tab_racing_runner_form
Get a runner's full past-start history with positions, margins, distances, and dates for racing form analysis.
Instructions
DETAILED per-runner form: full past-start history with positions, margins, distances and dates.
Returns: {runnerName, runnerNumber, previousStarts/pastPerformances:[{position, fieldSize?, distance, date, margin, ...}]}
Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Meeting date, YYYY-MM-DD. Required — part of the URL path. | |
| raceType | Yes | Race code: R/G/H. Required — part of the URL path. | |
| raceNumber | Yes | Race number. Required — part of the URL path. | |
| jurisdiction | No | State jurisdiction. | NSW |
| runnerNumber | Yes | Saddle/box number. Required — part of the URL path. | |
| venueMnemonic | Yes | Venue code. Required — part of the URL path. |