ROOTEDocs
ROOTE MCPMCP Tools

nearby

MCP shared mobility nearby tool.

Page actions

Find shared bicycles, scooters, mopeds, cars, and their stations. This tool does not return public-transport lines, places, or alerts.

Arguments

ArgumentTypeRequiredConstraints
latnumberYes-90 to 90
lonnumberYes-180 to 180
radiusnumberNo1–400 metres
modesstring[]No1–4: bicycle, scooter, moped, car
includestring[]No1–2: stations, vehicles
limitintegerNo1–100
offsetintegerNo0–1,000,000
formatstringNojson or geojson
debugbooleanNoInclude diagnostics when supported

Example

{
  "name": "nearby",
  "arguments": {
    "lat": 48.8566,
    "lon": 2.3522,
    "radius": 400,
    "modes": ["bicycle", "scooter"],
    "include": ["stations", "vehicles"],
    "limit": 20
  }
}

Result handling

Preserve freshness, provenance, warnings, applied radius, applied limit, and coverage. Zero results do not prove zero coverage. A partial provider failure can coexist with usable results.

On this page