Version2.0.0
Categorycommunication
AuthAPI key
Tools13
Transportstdio
LicenceMIT
01
What it does
The app, in its own words.
Twilio communications — send SMS, make calls, manage phone numbers, and check message status.
02
Tools
13 tools the agent can call.
Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.
- get_accountGet information about your Twilio account, including SID, friendly name, status, and type.
- get_callGet detailed information about a specific Twilio call by its SID.
- get_messageGet detailed information about a specific Twilio message by its SID.
- get_recordingGet detailed information about a specific Twilio recording by its SID, including duration, channels, and media URL.
- list_available_numbersSearch for available local phone numbers that can be purchased. Filter by area code, region, or capabilities.
- list_callsList calls from your Twilio account. Supports filtering by phone number and call status.
- list_messagesList SMS messages from your Twilio account. Supports filtering by sender, recipient, and date.
- list_phone_numbersList incoming phone numbers on your Twilio account. Optionally filter by phone number.
- list_recordingsList recordings from your Twilio account. Supports filtering by date and call SID.
- lookup_phoneLook up information about a phone number using the Twilio Lookups API. Returns carrier, caller name, and formatting details.
- make_callInitiate a phone call via Twilio. Provide either a TwiML URL or inline TwiML markup to control call behavior. Returns the call object.
- send_smsSend an SMS message via Twilio. Returns the message object with sid, status, and delivery details.
- send_whatsappSend a WhatsApp message via Twilio. The sender must be a Twilio WhatsApp-enabled number or sandbox number. Returns the message object with sid and status.
03
Auth and permissions
What it asks for.
Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.
System secrets
ACCOUNT_SIDAUTH_TOKEN
Reading further
The manifest and the source for Twilio live in the monorepo, alongside the other apps.