gcp-billing-get-project-info
Retrieve billing configuration and status for a Google Cloud project using a project ID to manage and monitor costs effectively.
Instructions
Retrieve billing configuration and status for a Google Cloud project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | No | Project ID (defaults to current project from state manager) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"projectId": {
"description": "Project ID (defaults to current project from state manager)",
"type": "string"
}
},
"type": "object"
}