Skip to main content
Glama

ElevenLabs MCP Server

get_conversation

Retrieve conversation details and full transcripts from the ElevenLabs MCP Server for analyzing completed agent interactions.

Instructions

Gets conversation with transcript. Returns: conversation details and full transcript. Use when: analyzing completed agent conversations.

Args: conversation_id: The unique identifier of the conversation to retrieve, you can get the ids from the list_conversations tool.

Input Schema

NameRequiredDescriptionDefault
conversation_idYes

Input Schema (JSON Schema)

{ "properties": { "conversation_id": { "title": "Conversation Id", "type": "string" } }, "required": [ "conversation_id" ], "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/projectservan8n/elevenlabs-mcp'

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