entain_graphql_call
Execute Entain's 127 persisted GraphQL operations by name with variables, returning JSON data without authentication.
Instructions
Call any of Entain's 127 persisted GraphQL operations against
api.ladbrokes.com.au/gql/router by name + variables. Hashes are managed
server-side; a PERSISTED_QUERY_NOT_FOUND (gateway APQ-cache eviction) is
self-healed automatically by re-POSTing the stored query document. If it
still surfaces, run sportsdata-mcp refresh-hashes entain. GraphQL IDs are
type-prefixed (RacingRace:, SportingEvent:): variable type
ID! wants the prefixed form, UUID! wants the bare uuid. Read
entain://graphql/operations for the full 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. |