Skip to main content
Glama

yuque_update_doc

Update existing documents in Yuque knowledge bases by modifying titles, content, and format. Supports markdown, lake, and HTML formats for document management.

Instructions

更新文档 (Update existing document)

Input Schema

NameRequiredDescriptionDefault
docIdYes文档ID (Document ID)
repoIdYes知识库ID (Repository ID)
titleNo文档标题 (Document title)
contentNo文档内容 (Document content)
formatNo文档格式 (Document format)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "文档内容 (Document content)", "type": "string" }, "docId": { "description": "文档ID (Document ID)", "type": "number" }, "format": { "description": "文档格式 (Document format)", "enum": [ "markdown", "lake", "html" ], "type": "string" }, "repoId": { "description": "知识库ID (Repository ID)", "type": "number" }, "title": { "description": "文档标题 (Document title)", "maxLength": 200, "minLength": 1, "type": "string" } }, "required": [ "docId", "repoId" ], "type": "object" }

Latest Blog Posts

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