gcp_list_projects
List GCP projects accessible by your service account, with optional filtering by state or labels to narrow results.
Instructions
List all GCP projects accessible by the configured service account. Use filter='state:ACTIVE' to see only active projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional filter string. Examples: 'state:ACTIVE', 'labels.env:prod' | |
| pageSize | No | Maximum number of results to return (default 50). |