Skip to main content
Glama

retell_list_chats

Retrieve and filter chat session records from the Retell AI voice and chat agent platform to review conversation history.

Instructions

List all chat sessions with optional filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results to return
pagination_keyNoPagination key for fetching next page

Implementation Reference

  • src/index.ts:280-296 (registration)
    Registration of the retell_list_chats tool in the MCP tools array, including name, description, and input schema definition.
    { name: "retell_list_chats", description: "List all chat sessions with optional filtering.", inputSchema: { type: "object", properties: { limit: { type: "integer", description: "Number of results to return" }, pagination_key: { type: "string", description: "Pagination key for fetching next page" } } } },
  • Input schema for retell_list_chats tool defining optional parameters: limit (integer) and pagination_key (string).
    { name: "retell_list_chats", description: "List all chat sessions with optional filtering.", inputSchema: { type: "object", properties: { limit: { type: "integer", description: "Number of results to return" }, pagination_key: { type: "string", description: "Pagination key for fetching next page" } } } },
  • Handler implementation for retell_list_chats tool. Executes a GET request to the Retell API endpoint '/list-chat' using the generic retellRequest helper.
    case "retell_list_chats": return retellRequest("/list-chat", "GET");

Latest Blog Posts

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/itsanamune/retellsimp'

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