Create mid call tool
Mid Call Tools
Create mid call tool
Create a new mid call tool
POST
Create mid call tool
This endpoint allows you to create a new mid call tool that can be used by your AI assistants to interact with external APIs during calls.Documentation Index
Fetch the complete documentation index at: https://docs.autocalls.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body Parameters
Tool name - must contain only lowercase letters and underscores, and start with a letter (e.g.,
get_weather, book_appointment)Detailed explanation of when and how the AI should use this tool (max 255 characters)
Valid URL of the API endpoint to call
HTTP method:
GET, POST, PUT, PATCH, or DELETERequest timeout in seconds (1-30, default: 10)
HTTP headers to send with the request
Parameters that the AI will extract from conversation and send to the endpoint
Response fields
Success message
The created tool object
Attaching Tools to Assistants
After creating a tool, you need to attach it to an assistant to use it during calls. Tools are managed through the Assistant API:- Create Assistant - Use the
tool_idsparameter to attach tools when creating an assistant - Update Assistant - Use the
tool_idsparameter to add, remove, or replace tools on an existing assistant

