get_view
Execute pre-built cost views by name to share standard reports across your team. Filter by tag, provider, or time window to quickly analyze cloud costs.
Instructions
Run a pre-built cost view by name. These are standard reports your whole team can share.
Args: view: View ID from list_views(). Required. tag_key: Tag key to group by (required for 'by_tag' view, e.g. 'team', 'env'). tag_value: Optional filter to a single tag value within by_tag. provider: Optional provider filter (aws, azure, gcp, datadog, etc.). days: Override the default lookback window for time-series views.
Examples: - "Show me the month over month view" - "Run the by_tag view for the team tag" - "Get the anomalies view for AWS" - "What does the top_spenders view show?" - "Run daily_trend for the last 7 days"
Tip: Share these view names in your team's Slack or Claude Project so everyone runs the same report instead of writing queries from scratch each time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| view | Yes | ||
| tag_key | No | ||
| provider | No | ||
| tag_value | No |