get_gcp_cost_summary
Analyzes GCP spending via BigQuery billing data, providing cost breakdowns by service and project to answer questions on overall spend, top services, and project costs.
Instructions
Fetches GCP cost breakdown by service and project from BigQuery billing export for a given time period. Use this to answer questions about overall GCP spend, top spending services, or cost by project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period to analyze | last_30_days |
| group_by | No | How to group the cost breakdown | both |