Agents & MCP

Tool call

A single action an agent takes to use an external capability — query a database, search the web, run a function — as opposed to just generating text. Each tool call is a step where the agent reaches outside the model.

Example

To answer "what did we bill Acme last quarter?" the agent makes a tool call to your invoicing system, gets the number back, and folds it into its reply. That one tool call is a governable, recordable event — who called what, when, and why.