Skip to main content
Glama

McpDocServer

by ruan11223344

docs_search_docs

Search and retrieve relevant documents from multiple sources using specific keywords. Configure results with optional source filtering and limit settings for targeted documentation access.

Input Schema

NameRequiredDescriptionDefault
limitNo最大结果数量
queryYes搜索关键词
sourceNo文档源名称(可选)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "最大结果数量", "type": "number" }, "query": { "description": "搜索关键词", "type": "string" }, "source": { "description": "文档源名称(可选)", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from McpDocServer

Related Tools

    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/ruan11223344/McpDocServer'

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