yuque_get_repos
Retrieve knowledge repository lists from Yuque platform for document management and organization. Specify user ID to get repositories or use current user by default.
Instructions
获取知识库列表 (List knowledge repositories)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | 用户ID,不提供则获取当前用户的知识库 (User ID, defaults to current user) |
Input Schema (JSON Schema)
{
"properties": {
"userId": {
"description": "用户ID,不提供则获取当前用户的知识库 (User ID, defaults to current user)",
"type": "string"
}
},
"type": "object"
}