Detach Tool to Assistant

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://twilio.demo.bump-doc.com/doc/assistants/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"assistants MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/assistants/mcp"
}
Close
DELETE /v1/Assistants/{assistantId}/Tools/{id}

Detach Tool to Assistant

Path parameters

  • assistantId string Required

    The assistant ID.

  • id string Required

    The tool ID.

Responses

  • 204

    No Content

DELETE /v1/Assistants/{assistantId}/Tools/{id}
curl \
 --request DELETE 'https://assistants.twilio.com/v1/Assistants/{assistantId}/Tools/{id}' \
 --user "username:password"