Update mid call tool
Mid Call Tools
Update mid call tool
Update an existing mid call tool
PUT
Update mid call tool
This endpoint allows you to update an existing mid call tool. All fields are optional - only provide the fields you want to update.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.
Path Parameters
The unique identifier of the tool to update
Body Parameters
Tool name - must contain only lowercase letters and underscores, and start with a letter
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)
HTTP headers to send with the request (replaces existing headers)
Parameters schema (replaces existing schema)
Response fields
Success message
The updated tool object with all current values
Managing Tool Assignments
To attach or detach this tool from assistants, use the Assistant API:- Create Assistant - Use the
tool_idsparameter to attach tools when creating an assistant - Update Assistant - Use the
tool_idsparameter to manage which tools are assigned to an assistant

