gitee_list_user_repos
List authenticated user's Gitee repositories with filters for visibility, affiliation, type, sort, and search.
Instructions
List authenticated user repositories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| visibility | No | Visibility: public, private, all | |
| affiliation | No | owner, collaborator, organization_member | |
| type | No | Filter type: all, owner, personal, member, public, private | |
| sort | No | Sort: created, updated, pushed, full_name | |
| direction | No | Sort direction: asc, desc | |
| q | No | Search keywords | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |