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

NameTypeWhat it is
northnumberNorthern edge, in degrees latitude
southnumberSouthern edge
eastnumberEastern edge, in degrees longitude
westnumberWestern edge
zoomnumberZoom level, 0 to 20
stylestringroad, 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.