tournament_find
Retrieve tournament details by ID, including rounds and player count, with locally bounded player lists for reliable output.
Instructions
Read tournament details by explicit id. Players are locally bounded while rounds, num_players and other fields are retained. The tested player_limit=2 still returned all 19 players, so it is not an effective upstream bound. No credentials are accepted. Makes one logical GET request and does not auto-fetch continuation pages. Required inputs reflect tool policy as well as measured upstream requirements. Other declared filters are forwarded as supplied; their effectiveness is not implied by the schema. The players list are locally limited to 100 rows and 256 KiB, with truncation reported in text and metadata. Oversized records are refused without partial fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| username | No | ||
| last_round | No | ||
| swiss_group | No | ||
| player_limit | No |