Skip to main content
Glama

yuque_search_docs

Search documents across Yuque knowledge bases using keywords to find relevant content, with optional repository filtering for targeted results.

Instructions

搜索文档 (Search documents)

Input Schema

NameRequiredDescriptionDefault
queryYes搜索关键词 (Search keywords)
repoIdNo知识库ID,可选,不提供则全局搜索 (Repository ID, optional, global search if not provided)

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "搜索关键词 (Search keywords)", "maxLength": 100, "minLength": 1, "type": "string" }, "repoId": { "description": "知识库ID,可选,不提供则全局搜索 (Repository ID, optional, global search if not provided)", "type": "number" } }, "required": [ "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/tanis2010/yuque-mcp-server'

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