gcp-billing-get-account-details
Retrieve detailed information about a specific Google Cloud billing account by providing the billing account name. Use this tool to access billing data for management and analysis purposes.
Instructions
Retrieve detailed information about a specific Google Cloud billing account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
billingAccountName | Yes | Billing account name (e.g., 'billingAccounts/123456-789ABC-DEF012') |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"billingAccountName": {
"description": "Billing account name (e.g., 'billingAccounts/123456-789ABC-DEF012')",
"type": "string"
}
},
"required": [
"billingAccountName"
],
"type": "object"
}