Skip to main content
Glama

yuque_get_doc

Retrieve document details from Yuque knowledge base using document ID and repository ID to access content and metadata.

Instructions

获取文档详情 (Get document details)

Input Schema

NameRequiredDescriptionDefault
docIdYes文档ID (Document ID)
repoIdYes知识库ID (Repository ID)

Input Schema (JSON Schema)

{ "properties": { "docId": { "description": "文档ID (Document ID)", "type": "number" }, "repoId": { "description": "知识库ID (Repository ID)", "type": "number" } }, "required": [ "docId", "repoId" ], "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