Tools & AI Agent Design
Thinking tools for your AI agent
clear name → function detailed description
Defining tool inputs & outputs
Tool input → the information the AI agent needs to work with & how to input data
Tool output → the info the tool returns back to the agent
Key points for tool design
specify the data define input/output schema
Example outputs
customer email → string order amount → number
Final notes
keep naming consistent define inputs/outputs structure consistency strong intentions clear tool description proper naming defined tool inputs/outputs
