yuque_get_docs
Retrieve a list of documents from a Yuque repository, with configurable limit and offset for pagination.
Instructions
获取文档列表 (List documents in a repository)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoId | Yes | 知识库ID (Repository ID) | |
| limit | No | 返回数量限制,默认20 (Result limit, default 20) | |
| offset | No | 偏移量,默认0 (Offset for pagination, default 0) |