cost_breakdown
Get a simple cost breakdown grouped by service, project, or cloud provider. Returns the top-N items ranked by cost descending, with optional filtering by provider and time range.
Instructions
Use this when the user wants a simple cost breakdown by service, project, or cloud provider (e.g. 'What are my top services by cost?', 'Which projects cost the most?'). Returns the top-N items ranked by cost descending. For complex multi-filter or multi-metric queries, use run_query instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupBy | Yes | Dimension to group costs by. "service" = cloud service, "project" = project/account/subscription, "cloud" = cloud provider. | |
| cloud | No | Filter to a specific cloud provider. Accepts aliases like "aws", "gcp", "azure". | |
| months | No | How many months to look back (default 1). The current in-progress month is always included. | |
| topN | No | Number of top results to return (default 10, max 25). |