Quick definition · 2 min AI term
Tool calling
Tool calling is when an AI decides to use an external tool (search, a calculator, your API) instead of answering from memory.
Think of it like
A smart assistant who knows when to stop guessing and actually go look it up or push the button.
Example
Ask for today’s weather and a tool-calling model calls a weather API, then answers with the real result.
Why it matters
Tool calling is the mechanism behind agents. It is how a model goes from talking about an action to taking it.
Where you’ll see it
Related terms