Skip to main content
Glama

Yuque MCP Server

by HenryHaoson

get_doc

Retrieve detailed content from Yuque documents, including body text, edit history, and permissions, with support for chunking large files for efficient processing.

Instructions

获取语雀中特定文档的详细内容,包括正文、修改历史和权限信息(支持分块处理大型文档)

Input Schema

NameRequiredDescriptionDefault
accessTokenNo用于认证 API 请求的令牌
chunk_indexNo要获取的文档块索引,不提供则返回第一块或全部(如果内容较小)
chunk_sizeNo分块大小(字符数),默认为100000
namespaceYes知识库的命名空间,格式为 user/repo
slugYes文档的唯一标识或短链接名称

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accessToken": { "description": "用于认证 API 请求的令牌", "type": "string" }, "chunk_index": { "description": "要获取的文档块索引,不提供则返回第一块或全部(如果内容较小)", "type": "number" }, "chunk_size": { "description": "分块大小(字符数),默认为100000", "type": "number" }, "namespace": { "description": "知识库的命名空间,格式为 user/repo", "type": "string" }, "slug": { "description": "文档的唯一标识或短链接名称", "type": "string" } }, "required": [ "namespace", "slug" ], "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