Skip to main content
Glama

Asterisk S2S MCP Server

by gcorroto
MIT License

phone_get_last_result

Retrieve the last processed result of a specific call using the call ID. This tool is part of the Asterisk S2S MCP Server, which automates conversational phone calls with Speech-to-Speech capabilities.

Instructions

Obtener el último resultado procesado de una llamada específica

Input Schema

NameRequiredDescriptionDefault
callIdYesID de la llamada

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "callId": { "description": "ID de la llamada", "type": "string" } }, "required": [ "callId" ], "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