Skip to main content
Glama

retell_get_knowledge_base

Retrieve configuration details for a knowledge base to access structured information within the Retell AI platform.

Instructions

Retrieve a knowledge base configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
knowledge_base_idYesThe knowledge base ID

Implementation Reference

  • Handler implementation for the retell_get_knowledge_base tool. It extracts the knowledge_base_id from arguments and makes a GET request to the Retell API's get-knowledge-base endpoint.
    case "retell_get_knowledge_base": return retellRequest(`/get-knowledge-base/${args.knowledge_base_id}`, "GET");
  • Schema definition for the retell_get_knowledge_base tool, including name, description, and input schema requiring knowledge_base_id.
    { name: "retell_get_knowledge_base", description: "Retrieve a knowledge base configuration.", inputSchema: { type: "object", properties: { knowledge_base_id: { type: "string", description: "The knowledge base ID" } }, required: ["knowledge_base_id"] }

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