Tool Use & Function Calling

Tool registry, function schemas, tool calls, and tool results — the vocabulary of how agents interact with the world.

Key vocabulary

  • Tool registry — the list of tools available to an agent, with their schemas.
  • Function schema — the description of a tool: name, description, parameters, and types.
  • Tool call — when the agent invokes a tool with arguments.
  • Tool result — the output returned to the agent after a tool executes.
  • Tool chaining — using the output of one tool as input for the next.
0 / 5 completed
1 / 5
What is a tool registry in an agentic system?