ROOTEDocs
ROOTE MCP

Errors & Limits

ROOTE MCP errors and operational limits.

Page actions

ROOTE MCP validates every tools/call against the schema returned by tools/list.

Validation errors

A call can fail when a required argument is missing, a coordinate is invalid, only one coordinate in a pair is supplied, a limit is exceeded, an unknown property is included, or an upstream capability is unavailable.

Tool errors are returned as MCP results marked as errors. Preserve the reported code and message rather than inventing a successful answer.

Operational limits

ToolKey limits
geocodeq 1–200; language 1–35; country two letters
place_searchq 1–200; valid lat and lon together
reverse_geocodeRequired valid lat and lon; language 1–35
nearbyRadius maximum 400 m; limit maximum 100; four modes
services_nearbyRadius maximum 1,500 m; limit maximum 200; seven types

REST and MCP schemas are separate contracts. Do not pass REST-only parameters to a tool.

Authentication transition

The target model uses the ROOTE developer token. The current public deployment may still accept unauthenticated calls. OAuth is not currently required.

On this page