Asterisk S2S MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| phone_make_callC | Realizar una llamada telefónica conversacional automatizada |
| phone_get_statusC | Obtener el estado actual de una llamada telefónica |
| phone_cancel_callC | Cancelar una llamada telefónica en curso |
| phone_get_metricsB | Obtener métricas y estadísticas del sistema telefónico |
| phone_get_conversation_historyC | Obtener el historial de conversaciones telefónicas recientes |
| phone_get_active_callsB | Obtener lista de llamadas telefónicas activas en este momento |
| phone_health_checkB | Verificar el estado de salud del sistema telefónico |
| phone_get_logsC | Obtener logs del sistema telefónico para debugging |
| phone_get_last_resultC | Obtener el último resultado procesado de una llamada específica |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Every tool has a clearly distinct purpose with no ambiguity. Each tool targets a specific action (cancel, get, make, check) on specific telephone system resources (calls, history, logs, metrics, status, health), making it easy for an agent to select the right tool without confusion.
All tools follow a perfect verb_noun pattern with consistent snake_case naming. The 'phone_' prefix establishes clear domain ownership, and action verbs (cancel, get, make, check) are consistently applied throughout the set.
Nine tools is an excellent number for a telephone system server. This provides comprehensive coverage without being overwhelming, allowing agents to handle all major telephone operations while maintaining manageable cognitive load.
The tool set provides complete lifecycle coverage for telephone operations: initiating calls (make_call), monitoring active calls and status, accessing history and results, canceling calls, checking system health, and gathering logs and metrics. No obvious gaps exist for the stated telephone system domain.