twilio-call-data-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TWILIO_AUTH_TOKEN | Yes | Your Twilio Auth Token. Required to start the server. | |
| TWILIO_ACCOUNT_SID | Yes | Your Twilio Account SID. Required to start the server. | |
| TWILIO_WORKSPACE_SID | No | Your Twilio TaskRouter Workspace SID. Required for agent tools. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_callsA | Search and filter Twilio call records by date range, phone number, direction, status, minimum duration, or agent. Returns rows plus a pagination cursor. Duration fields are labeled with their source and measurement definition — CDR duration (ring to hangup) and TaskRouter talk time (agent audio open) are never conflated. |
| get_callA | Get full detail for a single call by SID, including child legs. Both CDR duration (ring to hangup) and TaskRouter talk time (agent audio open) are returned with explicit source labels. |
| get_recordingA | Get recording metadata for a call: signed URL with expiry, duration, and transcript if available. Never returns audio bytes. |
| list_agentsC | List the TaskRouter worker roster with each agent's current activity status. |
| get_agent_activityA | Get activity history and reservation history for a single TaskRouter worker over a time window. Includes summary statistics with explicitly labeled duration sources. |
| call_summaryA | Aggregate call data by day, agent, or queue over a date range. Returns counts, talk time, and abandonment rate. Duration fields always carry their source label — CDR and TaskRouter numbers are never mixed. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/burkecampbell/twilio-call-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server