spicerack_recent_tournaments
Retrieve recent tournaments for a specific MTG format, providing dates, player counts, and IDs. Use the tournament ID to access 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 |
|---|---|---|---|
| limit | No | Maximum number of tournaments to return (default 10) | |
| format | Yes | MTG format name (e.g. 'Modern', 'Legacy', 'Pauper') | |
| num_days | No | Number of days to look back (default 14) | |
| response_format | No | Output verbosity: 'detailed' (default) or 'concise' | detailed |