export_cost_report
Export cloud cost reports as HTML or CSV with customizable sections, date range, and title for offline review.
Instructions
Export a cost report as HTML (printable to PDF) and/or CSV. Saved to ~/.finops/exports/. No Claude Desktop required to open.
Args: title: Report title. Defaults to "Cloud Cost Report ". sections: Sections to include: cost_summary, services, anomalies, rightsizing, savings, budgets. Default: all. formats: ["html", "csv"]. Default: both. start_date: ISO date. Defaults to 30 days ago. end_date: ISO date. Defaults to today. open_file: Open HTML in browser after export (default True).
Examples: - "Export a cost report for this month" - "Give me a CSV export of anomalies and rightsizing" - "Make a weekly cost report for the team"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| formats | No | ||
| end_date | No | ||
| sections | No | ||
| open_file | No | ||
| start_date | No |