find-nearby
Locate features within a specified distance from a given point using spatial queries. Enter coordinates, distance, and table name to retrieve results from a PostGIS database via the MCP protocol.
Instructions
Belirli bir noktanın çevresindeki özellikleri bul
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| distance_km | Yes | Arama mesafesi (km) | |
| latitude | Yes | Merkez nokta enlem | |
| limit | No | Maksimum sonuç sayısı (varsayılan: 10) | |
| longitude | Yes | Merkez nokta boylam | |
| table_name | Yes | Aranacak tablo adı |