Versión2.0.0
Categoríacommunication
AutenticaciónClave de API
Herramientas13
Transportestdio
LicenciaMIT
01
Qué hace
La aplicación, en sus propias palabras.
Twilio communications — send SMS, make calls, manage phone numbers, and check message status.
02
Herramientas
13 herramientas que el agente puede llamar.
Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.
- 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
Autenticación y permisos
Qué pide.
Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.
Secretos de sistema
ACCOUNT_SIDAUTH_TOKEN
Seguir leyendo
El manifiesto y el código de Twilio están en el monorepo, junto al resto de aplicaciones.