list_players
List players filtered by league or team, returning UUIDs for odds and stats queries. Supports pagination via cursor.
Instructions
List players (reference resource). Filter by league and/or team. Returns player UUIDs to use with get_player_odds and get_player_stats. Paginate with cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team UUID filter. | |
| limit | No | Max rows to return (page size). Default 50, server caps apply. | |
| cursor | No | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. | |
| league | No | League slug filter. |