confluence_get_point
Retrieve geographic and location details for a degree confluence point using latitude and longitude coordinates. Returns country, nearest place, distance, and visit count.
Instructions
Fetch and parse a confluence.org point page by latitude and longitude. Returns structured data about the point including country, nearest place, distance, visit count, and any notes. Warning: confluence.org can be slow (10+ seconds), so this tool has a 30s timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude as a signed integer, e.g. 57 or -33 | |
| lon | Yes | Longitude as a signed integer, e.g. 24 or -3 |