motogp_seasons
Retrieve all MotoGP seasons from 1949 to present, each with a unique UUID. This returns the season identifiers needed as entry points 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 | |||