ROOTE MCPMCP Tools
reverse_geocode
MCP reverse geocoding tool.
Page actions
Resolve coordinates into ordered geographic candidates through GET https://api.roote.ai/v1/reverse-geocode.
Arguments
| Argument | Type | Required | Constraints |
|---|---|---|---|
lat | number | Yes | -90 to 90 |
lon | number | Yes | -180 to 180 |
language | string | No | 1–35 characters |
No additional properties are accepted.
Example
{
"name": "reverse_geocode",
"arguments": { "lat": 48.8566, "lon": 2.3522, "language": "fr" }
}Preserve the returned label, address components, coordinates, provider provenance, and ordering. A result describes a geographic match; it is not a claim that the user is physically located there.