get_cost_summary
Retrieve total spend summarized by service, account, and region. Use filters like provider, category, date range, and granularity to track costs.
Instructions
Get total spend summarized by service, account, and region.
Args: provider: Provider name (e.g. "aws", "datadog"). None = all. category: "cloud" or "saas". None = all. start_date: ISO date (YYYY-MM-DD). Defaults to 30 days ago. end_date: ISO date. Defaults to today. granularity: "DAILY" or "MONTHLY". account: Named AWS account from accounts.yaml. Uses default when omitted.
Examples: - "How much did we spend last month?" - "Give me an AWS cost summary for January" - "What did the production account spend this month?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| category | No | ||
| end_date | No | ||
| provider | No | ||
| start_date | No | ||
| granularity | No | MONTHLY |