Skip to main content

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

  1. Each integration has resources (orders, inventory, etc.)
  2. Resources become tool definitions
  3. LLMs call these tools to fetch data
  4. 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:
1

Open Integration

Go to your integration
2

Edit

Click Edit
3

Expand Resource

Expand a resource and method
4

Add Description

Add a Method Description
5

Define Schema

Define Query Schema for accepted parameters
6

Save

Save
Changes apply immediately to tool definitions.

Example Tool Definition