list_events
List sports events with IDs, start times, and teams to locate the event ID needed before fetching odds.
Instructions
List events (games) with ids, start times and teams. Use this to find an event id before fetching odds for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ISO date, e.g. "2026-09-08" | |
| live | No | Only events currently in play | |
| limit | No | ||
| sport | No | Sport id from list_sports, e.g. "baseball" | |
| league | No | League id, e.g. "mlb" |