Skip to main content
Glama
burkecampbell

twilio-call-data-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TWILIO_AUTH_TOKENYesYour Twilio Auth Token. Required to start the server.
TWILIO_ACCOUNT_SIDYesYour Twilio Account SID. Required to start the server.
TWILIO_WORKSPACE_SIDNoYour Twilio TaskRouter Workspace SID. Required for agent tools.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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