ROOTEDocs
ROOTE MCPMCP Tools

place_search

MCP place search tool.

Page actions

Search cities, points of interest, establishments, and named places through GET https://api.roote.ai/v1/place-search.

Arguments

ArgumentTypeRequiredConstraints
qstringYes1–200 characters
latnumberNo-90 to 90
lonnumberNo-180 to 180
languagestringNo1–35 characters

If geographic bias is used, lat and lon must be supplied together. Only one coordinate produces an invalid request. No additional properties are accepted.

Example

{
  "name": "place_search",
  "arguments": {
    "q": "pharmacie à Lyon",
    "lat": 45.764,
    "lon": 4.8357,
    "language": "fr"
  }
}

The coordinate pair biases ranking; it is not a strict-radius search. Use geocode for address resolution.

On this page