Tool Use — Claude Cert Academy

Tool use is Claude calling external functions you define to fetch data or take actions.

You declare tools with names, descriptions, and input schemas; the model decides when to call them and with what arguments. Your code executes the call and returns the result, which Claude incorporates into its next step. Tool use is what turns a chat model into an agent.

Continue to Claude Cert Academy