Patterns for Agentic Tools

Design patterns for building quality tools for AI agents.

// guiding_principle
"Your agents are only as good as your tools."

Tools are how agents interact with the world. When tools are well-designed, orchestration stays simple and agents behave predictably. When tools are sloppy, the orchestration layer has to compensate - and it never does it well. These patterns capture what works, so you don't have to figure it out the hard way.

Where Tools Fit

Tools are the interface between agents and the external world. Click a category to filter.

Agents
Tool Patterns (52)
Systems APIs · Databases · Services · File Systems · Enterprise Apps