get-billing-info
Retrieve billing details for a specific Google Cloud Platform project by providing the project ID, defaulting to the currently selected project if none is specified.
Instructions
Get billing information for the current project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID to get billing info for (defaults to selected project) |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "Project ID to get billing info for (defaults to selected project)",
"type": "string"
}
},
"required": [],
"type": "object"
}