Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PHONE_API_KEY | Yes | Authentication key for Asterisk API | |
PHONE_API_URL | Yes | Asterisk API URL | |
MCP_CALLBACK_URL | Yes | Callback URL for results |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
phone_make_call | Realizar una llamada telefónica conversacional automatizada |
phone_get_status | Obtener el estado actual de una llamada telefónica |
phone_cancel_call | Cancelar una llamada telefónica en curso |
phone_get_metrics | Obtener métricas y estadísticas del sistema telefónico |
phone_get_conversation_history | Obtener el historial de conversaciones telefónicas recientes |
phone_get_active_calls | Obtener lista de llamadas telefónicas activas en este momento |
phone_health_check | Verificar el estado de salud del sistema telefónico |
phone_get_logs | Obtener logs del sistema telefónico para debugging |
phone_get_last_result | Obtener el último resultado procesado de una llamada específica |