list_projects
List accessible projects and repositories with storage numbers; filter by name and set a maximum result limit to manage output.
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 |