guild_brawl_records
Fetch brawl records for a specific guild by guild ID, with optional start and end cycle filters. Returns up to 100 rows and reports truncation.
Instructions
Read brawl records for an explicit guild. cycle selected one row; start_cycle and end_cycle selected the two captured inclusive endpoint cycles. Other tournament and date selectors remain forwarded but unverified. SPS payout quantities remain decimal strings and the bounded list does not establish a complete history. 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 results 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 |
|---|---|---|---|
| cycle | No | ||
| end_date | No | ||
| guild_id | Yes | ||
| end_cycle | No | ||
| start_date | No | ||
| start_cycle | No | ||
| tournament_id | No |