Tools: Live
The Live tools your agent sees through Elixir MCP: what each one answers, what it takes, and which capability it needs.
Live
1 of the 55 tools in the registry. Generated from what tools/list returns, so this is exactly what your agent sees.
Live CR API fetch live_fetch
The catch-all: one allowlisted raw GET against the CR API through the live lane (per-account daily quota, spends the shared CR budget). Paths: /players/{tag}, /clans/{tag}, /clans/{tag}/currentriverrace, /clans/{tag}/riverracelog, /locations/{id}/rankings/players, /locations/{id}/pathoflegend/players. Prefer the recorded tools, all of which take live: true where a fresh read matters; /players/{tag}/battlelog is refused (a raw log exceeds the delivery cap): use battles_query({ live: true }). RAW payload: card levels are the API's rarity-relative scale.
Read-only ·
requires cr:read · reaches the live Clash Royale API, outside the recorded corpus
| Argument | Type | Required | Notes |
|---|---|---|---|
path |
string | yes | e.g. /players/#20JJJ2CCRU or /clans/#J2RGCRVG/currentriverrace |