spicerack_recent_tournaments
List recent tournaments for an MTG format, returning dates, player counts, and tournament IDs to view full standings and decklists.
Instructions
List recent tournaments for a format with dates, player counts, and IDs.
Use the tournament ID from the results with tournament_results to
see full standings and decklists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | MTG format name (e.g. 'Modern', 'Legacy', 'Pauper') | |
| num_days | No | Number of days to look back (default 14) | |
| limit | No | Maximum number of tournaments to return (default 10) | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |