Skip to main content
Glama

Yuque MCP Server

by HenryHaoson

get_doc_chunks_info

Retrieve document chunk metadata, including total chunk count and character size per chunk, for efficient processing and analysis of Yuque knowledge base documents.

Instructions

获取文档的分块元信息,包括总块数、每块的字符数等

Input Schema

NameRequiredDescriptionDefault
accessTokenNo用于认证 API 请求的令牌
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_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