find_nearby_regions
Find cloud regions near a specific latitude and longitude to optimize latency and plan data residency.
Instructions
Find cloud regions nearest to a geographic location. Useful for latency optimization and data residency planning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| hasGpu | No | Filter to only regions with GPU | |
| latitude | Yes | Target latitude | |
| longitude | Yes | Target longitude | |
| providers | No | Filter by provider IDs | |
| maxDistanceKm | No | Maximum distance in kilometers |