# reverse_geocode

Canonical URL: https://doc.roote.ai/roote-mcp/mcp-tools/reverse_geocode



Resolve coordinates into ordered geographic candidates through `GET https://api.roote.ai/v1/reverse-geocode`.

## Arguments [#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 [#example]

```json
{
  "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.
