RUNLOCALAIv38
->Will it run?Best GPUCompareTroubleshootStartLearnPulseModelsHardwareToolsBench
Run check
RUNLOCALAI

Independently operated catalog for local-AI hardware and software. Hand-written verdicts. Source-cited claims. Reproducible commands when we have them.

OP·Fredoline Eruo
DIR
  • Models
  • Hardware
  • Tools
  • Benchmarks
TOOLS
  • Will it run?
  • Compare hardware
  • Cost vs cloud
  • Choose my GPU
  • Prompting kits
  • Quick answers
REF
  • All buyer guides
  • Learn local AI
  • Methodology
  • Glossary
  • Errors KB
  • Trust
EDITOR
  • About
  • Author
  • How we make money
  • Editorial policy
  • Contact
LEGAL
  • Privacy
  • Terms
  • Sitemap
MAIL · MONTHLY DIGEST
Get monthly local AI changes
Monthly recap. No spam.
DISCLOSURE

Some links on this site are affiliate links (Amazon Associates and other first-class retailers). When you buy through them, we earn a small commission at no extra cost to you. Affiliate links do not influence our verdicts — there are cards we rate highly that we don't have affiliate relationships with, and cards that sell well that we refuse to recommend. Read more →

© 2026 runlocalai.coIndependently operated
RUNLOCALAI · v38
Glossary / Agents & agentic AI / Function Calling / Tool Use
Agents & agentic AI

Function Calling / Tool Use

Function calling (also called tool use) is a capability where the model emits structured JSON requesting that specific tools be called with specific arguments, rather than just generating prose. The runtime executes the tool, returns the result, and feeds it back into the next model turn.

This is how AI agents do things in the world: an agent decides "I need to read a file" → emits {"tool": "read_file", "args": {"path": "..."}} → runtime reads the file → result goes back into the conversation → model continues with that knowledge.

Modern open-weight models with strong function calling: Qwen 2.5/3, Llama 3.1+, Mistral Nemo, Hermes 3 (an explicitly agent-tuned Llama fine-tune). The MCP (Model Context Protocol) standard is consolidating tool definitions across providers — a tool defined for Claude Code can be reused by other MCP-aware agents.

Related terms

MCP (Model Context Protocol)

See also

tool: claude-codetool: cursortool: aider
Buyer guides
  • Best GPU for local AI →
  • Best laptop for local AI →
  • Best Mac for local AI →
When it doesn't work
  • CUDA out of memory →
  • Ollama running slowly →
  • ROCm not detected →