get_costs_by_team
Break down cloud costs by engineering team using tag attribution rules. Filter by date range and provider to see team-level spending.
Instructions
Return cloud costs broken down by engineering team, using tag attribution rules.
Requires:
Tag rules configured in ~/.finops/tag_rules.yaml (run 'uvx finops-mcp setup' → 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 |