Tool Use
The ability of an AI model to call external tools — like a calculator, search engine, or API — to help answer a question.
In plain English
Tool use (also called function calling) is when an AI model doesn't just generate text — it also invokes external tools to get real information or take real actions.
Common tools an AI might use:
- Web search to find current information
- A calculator for precise maths
- A code interpreter to run Python
- A calendar API to check availability
- A database to look up a customer record
Why it matters: LLMs have a knowledge cutoff and can't do exact arithmetic reliably. By giving them tools, you get accurate, up-to-date, actionable AI rather than an AI that guesses.
Tool use is the foundation of most useful AI agents and assistants.