get-yuque-toc
Retrieve the complete table of contents structure for Yuque knowledge bases to view document hierarchies, titles, and slugs for organized navigation.
Instructions
获取语雀知识库的完整目录结构(TOC)。
可以查看知识库中所有文档的层级结构、标题和 slug。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | 知识库命名空间 (例如: username/repo),如果未提供则使用默认命名空间 |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"description": "知识库命名空间 (例如: username/repo),如果未提供则使用默认命名空间",
"type": "string"
}
},
"type": "object"
}