search_pricing
Search across AWS, GCP, or Azure pricing catalogs with free-text queries to discover available SKUs and services. Optionally filter by domain or region.
Instructions
Free-text search across the pricing catalog.
Useful for exploring what SKUs are available for a service before calling get_price, or for finding pricing for services not yet covered by a specific domain.
Args: provider: Cloud provider — "aws", "gcp", or "azure" query: Search string, e.g. "NAT gateway", "CloudWatch metrics", "Lambda duration" domain: Optional domain filter — "compute", "storage", "database", etc. region: Optional region filter max_results: Maximum results to return (default 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| domain | No | ||
| region | No | ||
| provider | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||