get-billing-budget
Retrieve billing budgets for a specified GCP project using the GCP MCP server. Input the project ID to view budget details and manage costs effectively.
Instructions
Get billing budgets for the current project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID to get budgets for (defaults to selected project) |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "Project ID to get budgets for (defaults to selected project)",
"type": "string"
}
},
"required": [],
"type": "object"
}