Get API enablement status
gcp_get_api_statusCheck whether a specific API is enabled for a Google Cloud project. Provide the service name and optional project ID to verify API status.
Instructions
Checks whether a specific API is enabled for a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | GCP project id; defaults to GOOGLE_CLOUD_PROJECT env var | |
| serviceName | Yes | API service name, e.g. "androidpublisher.googleapis.com", "storage.googleapis.com" |