Tools
What your agent can do with Twilio
TWILIO_SEARCHSearch across Twilio records and content.
TWILIO_CREATECreate a new item in Twilio with validated fields.
TWILIO_UPDATEUpdate an existing Twilio item by id.
TWILIO_LISTList and filter Twilio items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect Twilio from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "TWILIO_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'