Tool Use
The capability of AI models to invoke external tools, APIs, and systems to accomplish tasks. Modern implementations rely on structured outputs (JSON schemas or function signatures) so the model's tool calls can be parsed and executed reliably. Extends AI beyond text generation into real-world actions.
Related terms
- AI Agent
An autonomous AI system that can perceive its environment, make decisions, and take actions to achieve specific goals. Agents can use tools, interact with APIs, and coordinate with other agents.
- Function Calling
Provider-side support for models emitting structured JSON that matches a declared function signature, so runtime can safely parse and dispatch tool invocations. Analogous to MCP tool calling but predates MCP as a proprietary provider capability.
- Structured Output
Model-side support for producing responses that conform to a declared schema (JSON Schema, Pydantic model, OpenAI's response_format). Reduces brittle string parsing in tool-use pipelines and is a prerequisite for reliable agent execution.
- Model Context Protocol (MCP)
An open protocol authored by Anthropic that standardizes how LLM applications discover, invoke, and stream from external tools, resources, and prompt templates. MCP treats tool discovery as a first-class runtime concern rather than requiring per-integration glue code.
Related on this site
Framework dimensions
Free tools
Whitepapers
Comparisons
Next steps
- Take the assessment— See where you stand
Call this framework and its tools from your own agent via the Model Context Protocol (MCP) server. Works with Claude Desktop, Cursor, Zed, Continue, and the OpenAI Agents SDK.
Where this fits
Tool Use is part of the Agentic AI vocabulary used in the Generative AI Maturity Framework. See the full glossary for the complete set of 149 defined terms, or take the free maturity assessment to see where your organisation stands.