cost_trend
Retrieve monthly cloud spend data over a specified period. Optionally break down costs by service, project, or cloud provider to analyze cost trends.
Instructions
Use this when the user wants to see monthly spend over time (e.g. 'Show me my cost trend', 'How has my spend changed over the last 6 months?'). Returns monthly cost data points, optionally broken down by service/project/cloud. For daily granularity or custom time intervals, use run_query instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| months | No | How many months of history to include (default 6). | |
| cloud | No | Filter to a specific cloud provider. Accepts aliases like "aws", "gcp", "azure". | |
| groupBy | No | Optional breakdown dimension. If omitted the trend is a single total line. | |
| topN | No | When groupBy is set, limit to top-N groups by cost (default 5). |