Create a Tool

From the Dashboard

  1. Navigate to Tools in the sidebar
  2. Click the Create Tool button
  3. Choose the tool type (usually Function)
  4. Configure the tool

Function Tool Configuration

Parameters (JSON Schema)

The parameters tell the LLM what arguments to extract from the conversation and pass to your API:

Example: Order Status Tool

Adding a Tool to an Assistant

Once created, add the tool to your assistant:
  1. Open the assistant in the editor
  2. Go to the Tools section
  3. Select the tool from the list
  4. Save — the assistant will now use this tool during calls

Next Steps

Configure a Tool

Server config, credentials, and async execution

Test a Tool

Verify your tool works end-to-end