Skip to main content
Glama

ElevenLabs MCP Server

add_knowledge_base_to_agent

Add knowledge base content to an ElevenLabs agent from files, URLs, or text to enhance its contextual understanding and response capabilities.

Instructions

Add a knowledge base to ElevenLabs workspace. Allowed types are epub, pdf, docx, txt, html.

⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user. Args: agent_id: ID of the agent to add the knowledge base to. knowledge_base_name: Name of the knowledge base. url: URL of the knowledge base. input_file_path: Path to the file to add to the knowledge base. text: Text to add to the knowledge base.

Input Schema

NameRequiredDescriptionDefault
agent_idYes
input_file_pathNo
knowledge_base_nameYes
textNo
urlNo

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "title": "Agent Id", "type": "string" }, "input_file_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Input File Path" }, "knowledge_base_name": { "title": "Knowledge Base Name", "type": "string" }, "text": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Text" }, "url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Url" } }, "required": [ "agent_id", "knowledge_base_name" ], "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