Skip to main content
Glama

Yuque MCP Server

by HenryHaoson

search

Search documents or knowledge bases within the Yuque platform, enabling filtering by scope, content type, and author to quickly find relevant information.

Instructions

在语雀平台中搜索文档或知识库内容,支持范围和作者筛选

Input Schema

NameRequiredDescriptionDefault
accessTokenNo用于认证 API 请求的令牌
creatorNo仅搜索指定作者的内容
pageNo页码,默认为1
queryYes搜索关键词
scopeNo搜索范围,不填默认搜索当前用户/团队
typeYes要搜索的内容类型:doc(文档) 或 repo(知识库)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accessToken": { "description": "用于认证 API 请求的令牌", "type": "string" }, "creator": { "description": "仅搜索指定作者的内容", "type": "string" }, "page": { "description": "页码,默认为1", "type": "number" }, "query": { "description": "搜索关键词", "type": "string" }, "scope": { "description": "搜索范围,不填默认搜索当前用户/团队", "type": "string" }, "type": { "description": "要搜索的内容类型:doc(文档) 或 repo(知识库)", "enum": [ "doc", "repo" ], "type": "string" } }, "required": [ "query", "type" ], "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/HenryHaoson/Yuque-MCP-Server'

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