places_address
places_address
Name the place at a latitude and longitude — the reverse of places_geocode. Use it whenever you have coordinates and need to say where that is
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Places — Places, points of interest and geocoding.
Arguments
| Name | Type | What it is |
|---|---|---|
lat* | number | Latitude, e.g. 51.5308 |
lon* | number | Longitude, e.g. -0.1238 |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"lat":1,"lon":1},"name":"places_address"}}Try it in the playground.


