Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

add-to-knowledge-base

Add new text resources to a knowledge base using a structured format. Specify the knowledge base ID, resource name, and text content to expand and organize information effectively.

Instructions

Add new text resources to a knowledge base.

Input Schema

NameRequiredDescriptionDefault
contentYesText content to add
knowledgeBaseIdYesKnowledge base ID
nameYesResource name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "Text content to add", "type": "string" }, "knowledgeBaseId": { "description": "Knowledge base ID", "type": "string" }, "name": { "description": "Resource name", "type": "string" } }, "required": [ "knowledgeBaseId", "name", "content" ], "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/Dumpling-AI/mcp-server-dumplingai'

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