Skip to main content
Glama
gcorroto

Asterisk S2S MCP Server

by gcorroto

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 9 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues