unibet_kambi_call
Fetch Unibet/Kambi sportsbook data by calling an operation with custom path and query parameters, enabling odds and stats retrieval for cross-provider analysis.
Instructions
Fetch a Unibet/Kambi sportsbook resource by operation name (market AU). The lang/market/channel_id defaults are carried, so the caller supplies only the variable path/query params (eventId, sport, groupId). Read unibet://sport/operations for the operation list.
Returns: (JSON object)
Auth: works without a key; UNIBET_ACCESS_TOKEN unlocks more if set.
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. | |
| path_params | No | Values for the operation's URL path placeholders, as an object keyed by placeholder name. The catalogue resource lists which each operation needs. | |
| query_params | No | Query-string parameters for the operation, as an object. Optional for most operations; the catalogue resource documents the accepted keys. |