Skip to main content
Glama

Asterisk S2S MCP Server

by gcorroto
MIT License

phone_get_conversation_history

Retrieve recent phone call conversation history for analysis or record-keeping using the Asterisk S2S MCP Server. Set a limit to fetch specific amounts of call data.

Instructions

Obtener el historial de conversaciones telefónicas recientes

Input Schema

NameRequiredDescriptionDefault
limitNoNúmero máximo de conversaciones a obtener

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Número máximo de conversaciones a obtener", "type": "number" } }, "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