yuque_create_doc
Create a document in a Yuque repository by providing its title, content, and optional format.
Instructions
创建新文档 (Create new document)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoId | Yes | 知识库ID (Repository ID) | |
| title | Yes | 文档标题 (Document title) | |
| content | Yes | 文档内容 (Document content) | |
| format | No | 文档格式,默认markdown (Document format, default markdown) |