unibet_racing_call
Execute Unibet racing GraphQL operations by name and variables to fetch race data. Provides direct API access without authentication.
Instructions
Call any of Unibet's persisted racing GraphQL operations against
rsa.unibet.com.au/api/v1/graphql by name + variables. The sha256 hash lives
server-side; a PERSISTED_QUERY_NOT_FOUND error means the bundle drifted. Race
identifiers are eventKeys like "202606040200.T.AUS.hawkesbury.1"
(date.raceType.country.track.raceNumber). Read unibet://racing/operations for
the op list + variable signatures.
Returns: (JSON object)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The operation to run. Valid names come from this provider's catalogue resource (see `list_resources`) — guessing one returns an error listing the alternatives. | |
| variables | No | Variables for the operation, as an object. Which keys are required depends on the operation; the catalogue resource documents each one. |