get_top_cost_drivers
Identify the top cost drivers across all cloud providers. Filter by provider, category, account, or date range to pinpoint expensive services.
Instructions
Return the top N most expensive services across all configured providers.
Args: limit: Number of top services to return (default 10). provider: Specific provider. None = all. category: "cloud" or "saas". None = all. start_date: ISO date. Defaults to 30 days ago. end_date: ISO date. Defaults to today. account: Named AWS account from accounts.yaml.
Examples: - "What are our biggest cost drivers this month?" - "Top 5 most expensive things in AWS" - "Top cost drivers in the staging account"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| account | No | ||
| category | No | ||
| end_date | No | ||
| provider | No | ||
| start_date | No |