Skip to main content
Tool calling lets models invoke deterministic functions for things they’re bad at: counting, lookups, validation, and calling external systems. It makes responses more reliable and lets you combine LLM reasoning with real-world actions.

Local

By default, the LLM only suggests a tool call; the actual execution runs in your own agent code and returns the result.
Vercel AI SDK

MCP

MCP (Model Context Protocol) is a standard way to expose tools over a remote server. For read-to-use MCP tools, see the our MCP AIKit docs.