Skip to main content
Glama

yuque_create_doc

Create new documents in Yuque knowledge bases by specifying repository ID, title, content, and format to organize and share knowledge effectively.

Instructions

创建新文档 (Create new document)

Input Schema

NameRequiredDescriptionDefault
repoIdYes知识库ID (Repository ID)
titleYes文档标题 (Document title)
contentYes文档内容 (Document content)
formatNo文档格式,默认markdown (Document format, default markdown)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "文档内容 (Document content)", "minLength": 1, "type": "string" }, "format": { "description": "文档格式,默认markdown (Document format, default markdown)", "enum": [ "markdown", "lake", "html" ], "type": "string" }, "repoId": { "description": "知识库ID (Repository ID)", "type": "number" }, "title": { "description": "文档标题 (Document title)", "maxLength": 200, "minLength": 1, "type": "string" } }, "required": [ "repoId", "title", "content" ], "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