What This Does
Handled can provide tool definitions that LLMs use to access your integrated data. When an AI agent needs to fetch orders or check inventory, it calls Handled tools.Supported Frameworks
- Langchain.js via
@handled/langchainjs-toolset - Other frameworks available on request
How It Works
- Each integration has resources (orders, inventory, etc.)
- Resources become tool definitions
- LLMs call these tools to fetch data
- Tools use Proxy APIs to get real-time data
Get Tool Definitions
Filter by Method Type
Customize Tools
Add descriptions and schemas to improve LLM understanding:
Changes apply immediately to tool definitions.

