list-yuque-docs
Retrieve all documents from a specified Yuque knowledge base, returning titles, slugs, and update times for organized content management.
Instructions
列出指定知识库中的所有文档。
返回文档列表,包括标题、slug、更新时间等基本信息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | 知识库命名空间 (例如: username/repo),如果未提供则使用默认命名空间 |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"description": "知识库命名空间 (例如: username/repo),如果未提供则使用默认命名空间",
"type": "string"
}
},
"type": "object"
}