list_active_services
List all active cloud services across AWS, Azure, and GCP, sorted by cost to identify top spend drivers.
Instructions
List every cloud service that has spend in the period, across AWS, Azure, and GCP.
Use this to discover what services are running before querying a specific one. Returns services sorted by cost so you can see the top drivers at a glance.
Works for any service, EC2, RDS, ElastiCache, AppSync, Kendra, IoT Core, WorkSpaces, Pinpoint, or anything else in your account.
Args: provider: "aws", "azure", "gcp", or blank for all connected providers. start_date: ISO date (YYYY-MM-DD). Defaults to 30 days ago. end_date: ISO date. Defaults to today.
Examples: - "What services are we running on AWS?" - "Show me all GCP services with spend this month" - "What cloud services do we use?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| provider | No | ||
| start_date | No |