tab_tournament
Fetch matches and top betting markets for a tournament inside a competition (tennis, golf, and similar sports). Provide sport, competition, and tournament name to get match times, odds, and bet options.
Instructions
Tournament page nested inside a competition (tennis, golf and other tournament-structured sports): its matches with top markets. Competitions whose page shows matches:[] list their events here.
Returns: {id, name, matches:[{id, name, startTime, markets:[...]}], betOptions}
Example: Wimbledon Mens Singles matches {"sport": "Tennis", "competition": "Wimbledon", "tournament": "Wimbledon Mens Singles"}
Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET or TAB_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport name, e.g. "Tennis". Required — part of the URL path. | |
| tournament | Yes | Tournament name from the competition page, e.g. "Wimbledon Mens Singles". Pass raw spaces. Required — part of the URL path. | |
| competition | Yes | Competition name, e.g. "Wimbledon". Required — part of the URL path. | |
| jurisdiction | No | State jurisdiction. | NSW |
| numTopMarkets | No | Top markets to inline per match. |