ROOTEDocs
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

ArgumentTypeRequiredConstraints
latnumberYes-90 to 90
lonnumberYes-180 to 180
languagestringNo1–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.

On this page