list_projects
List TeamCity projects with optional filtering by locator or parent project ID, supporting pagination to control result size.
Instructions
List TeamCity projects. Supports pagination and locator filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | No | Optional locator to filter projects | |
| parentProjectId | No | Filter by parent project ID | |
| pageSize | No | Items per page (default 100) | |
| maxPages | No | Max pages to fetch (when all=true) | |
| all | No | Fetch all pages up to maxPages | |
| fields | No | Optional fields selector for server-side projection |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| pagination | Yes | Pagination metadata describing which slice was returned. |