yuque_get_docs
Fetches the document list from a Yuque knowledge base. Specify the team/user login and book slug to retrieve documents with optional pagination and properties.
Instructions
获取知识库的文档列表
权限要求: read 参数:
group_login: 团队/用户 login
book_slug: 知识库 slug
offset: 偏移量 (可选)
limit: 每页数量 (可选)
optional_properties: 附加属性 (可选, 如 body, body_html)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_login | Yes | ||
| book_slug | Yes | ||
| offset | No | ||
| limit | No | ||
| optional_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |