compare_prices
Compare cloud service pricing across multiple regions. Get results sorted by cheapest with percentage differences, and optionally see delta from a baseline region.
Instructions
Compare pricing for any service across multiple regions.
Fetches concurrently. Returns results sorted cheapest first, with % delta between cheapest and most expensive. Optionally shows delta vs a baseline region.
Args: spec: PricingSpec dict (same as get_price). The region field is overridden per comparison — you can pass any region in the spec. regions: List of region codes to compare, e.g. ["us-east-1", "eu-west-1", "ap-northeast-1"] baseline_region: Optional region for delta comparison, e.g. "us-east-1".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | ||
| regions | Yes | ||
| baseline_region | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||