Skip to main content
Glama

Asterisk S2S MCP Server

by gcorroto
MIT License

phone_make_call

Initiate automated phone calls using the Asterisk S2S MCP Server. Specify user details, phone number, and purpose to conduct conversational calls efficiently.

Instructions

Realizar una llamada telefónica conversacional automatizada

Input Schema

NameRequiredDescriptionDefault
contextoNoContexto adicional sobre el tema a tratar
herramientas_personalizadasNoHerramientas HTTP personalizadas en formato JSON
propositoYesPropósito específico de la llamada
telefonoYesNúmero de teléfono del usuario
timeoutNoTimeout de la llamada en segundos
usuarioYesNombre del usuario a llamar

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contexto": { "description": "Contexto adicional sobre el tema a tratar", "type": "string" }, "herramientas_personalizadas": { "description": "Herramientas HTTP personalizadas en formato JSON", "type": "string" }, "proposito": { "description": "Propósito específico de la llamada", "type": "string" }, "telefono": { "description": "Número de teléfono del usuario", "type": "string" }, "timeout": { "default": 40, "description": "Timeout de la llamada en segundos", "type": "number" }, "usuario": { "description": "Nombre del usuario a llamar", "type": "string" } }, "required": [ "usuario", "telefono", "proposito" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gcorroto/mcp-s2s-asterisk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server