tiles_area
tiles_area
Every tile covering a bounding box at a zoom level, as URLs, row by row from the north-west, and how many are already held. What to ask for when you want the map around a place rather than one numbered tile
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Tiles — Ordnance Survey map tiles for Britain — the basemap under anything spatial.
Arguments
| Name | Type | What it is |
|---|---|---|
north | number | Northern edge, in degrees latitude |
south | number | Southern edge |
east | number | Eastern edge, in degrees longitude |
west | number | Western edge |
zoom | number | Zoom level, 0 to 20 |
style | string | road, outdoor or light |
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":{},"name":"tiles_area"}}Try it in the playground.


