get_focus_costs
Retrieve normalized cloud cost data across AWS, Azure, and GCP in the FOCUS 2.0 open standard format. Filter by provider, date range, or group by service, region, or account.
Instructions
Return unified cost data in FOCUS 2.0 format across all connected cloud providers.
FOCUS (FinOps Open Cost and Usage Specification) is an open standard for normalizing cloud cost data across AWS, Azure, and GCP into a vendor-neutral schema.
Args: start_date: ISO date string (YYYY-MM-DD). Defaults to 30 days ago. end_date: ISO date string (YYYY-MM-DD). Defaults to today. provider: Optional filter. One of "aws", "azure", "gcp". Omit for all providers. group_by: Optional grouping. One of "ServiceName", "ServiceCategory", "RegionId", "SubAccountId". Returns aggregated totals when set.
Returns: FOCUS 2.0 normalized cost records with fields: BilledCost, EffectiveCost, ServiceName, ServiceCategory, ProviderName, RegionId, SubAccountId, Tags, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| group_by | No | ||
| provider | No | ||
| start_date | No |