Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

search-knowledge-base

Search a specific knowledge base to retrieve relevant information using a query and define the number of results, streamlining data discovery and access within Dumpling AI MCP Server.

Instructions

Search a knowledge base for relevant information.

Input Schema

NameRequiredDescriptionDefault
knowledgeBaseIdYesKnowledge base ID
queryYesSearch query
resultCountNoNumber of results

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "knowledgeBaseId": { "description": "Knowledge base ID", "type": "string" }, "query": { "description": "Search query", "type": "string" }, "resultCount": { "default": 5, "description": "Number of results", "type": "number" } }, "required": [ "knowledgeBaseId", "query" ], "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