gcp_list_apis
List APIs and services enabled in a Google Cloud project. Filter by state to view only enabled or disabled services.
Instructions
List APIs/services on a GCP project. Use filter='state:ENABLED' to see only enabled APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter string (e.g. 'state:ENABLED' or 'state:DISABLED'). | |
| pageSize | No | Max results to return (default 50). | |
| projectId | Yes | The GCP project ID. |