get_costs_by_service
Break down your cloud and SaaS costs by service. Filter by provider, category, account, or date, and search for specific services using a keyword.
Instructions
Cost breakdown by service, optionally filtered to a keyword.
Args: service_filter: Case-insensitive substring (e.g. "compute", "storage"). 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: - "How much did compute cost us?" - "Show me all Datadog product costs" - "What did the staging account spend on EC2?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| category | No | ||
| end_date | No | ||
| provider | No | ||
| start_date | No | ||
| service_filter | No |