list_projects
Retrieve accessible GitLab/Gitea projects with storage usage, applying search filters and result limits for effective CI/CD project tracking.
Instructions
[READ] Projects/repositories the token can see, with storage numbers.
Returns {projects:[...], returned, limit, truncated}; 'truncated' true means the server had more projects than were returned (measured, not guessed).
Args: search: Optional name filter. limit: Max rows to return (default 50, max 99). target: Server target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | ||
| target | No |