Update mid call tool
Update mid call tool
Modify an existing mid-call tool in Famulor via API. Update name, endpoint, parameters or description so AI voice agents call the right action.
PUT
Update mid call tool
Update one or more fields of an existing mid-call tool. Only the fields you provide will be changed; other fields remain unchanged.
Path Parameters
The unique identifier of the tool to update
Body Parameters
Tool name - must use only lowercase letters and underscores, starting with a letter
Description explaining when and how the AI should use this tool (maximum 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)
Parameter schema (replaces existing schema)
Response Fields
Success confirmation 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

