motogp_seasons
Retrieve all MotoGP seasons from 1949 onward with unique IDs, including the live season. Use the returned season UUID as the entry point for accessing other MotoGP data.
Instructions
Every MotoGP season (1949 →) with its uuid — the entry point to everything else.
Returns: [{id (uuid), year, current}] (top-level array, newest first) — id is the seasonUuid every other tool needs; current: true marks the live season
Example: All seasons
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||