Get costs by team
get_costs_by_teamRetrieve cloud costs grouped by engineering team based on configured tag rules. Supports AWS, Azure, and GCP with optional date range and provider filters.
Instructions
Return cloud costs broken down by engineering team, using tag attribution rules.
Requires:
Tag rules configured in ~/.finops/tag_rules.yaml (run 'uvx nable' → tags)
Cloud providers that support tag-based cost grouping (AWS, Azure, GCP)
Args: start_date: ISO date. Defaults to 30 days ago. end_date: ISO date. Defaults to today. provider: Filter to a specific provider.
Examples: - "How much is the data team spending?" - "Show me cloud costs by team this month" - "Which team has the highest AWS bill?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| provider | No | ||
| start_date | No |