Skip to main content
Glama

retell_list_llms

Retrieve available AI language model configurations for building voice agents on the Retell AI platform.

Instructions

List all Retell LLM configurations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler logic for the 'retell_list_llms' tool within the executeTool switch statement. It performs a GET request to the Retell API endpoint '/list-retell-llms'.
    case "retell_list_llms": return retellRequest("/list-retell-llms", "GET");
  • The tool descriptor defining the name, description, and input schema (empty object, no parameters required). This schema is used for validation and tool listing.
    { name: "retell_list_llms", description: "List all Retell LLM configurations.", inputSchema: { type: "object", properties: {} } },
  • src/index.ts:1283-1285 (registration)
    Registration of the tool listing handler that exposes the tools array (including retell_list_llms) via MCP protocol.
    server.setRequestHandler(ListToolsRequestSchema, async () => { return { tools }; });

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