fanduel_racing_call
Execute FanDuel Racing GraphQL operations by name with optional variables. Queries are stored server-side with boilerplate defaults auto-applied, so most calls need no variables.
Instructions
Call any FanDuel Racing (TVG) GraphQL operation by name + variables against api.racing.fanduel.com/cosmo/v1/graphql. The full query text lives server-side and the boilerplate variables (brand/product/device/profile) default automatically, so most calls need no variables. Read fanduel://racing/operations for the operation 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. |