metaculus_tournament_questions
Retrieve normalized question rows for a public Metaculus tournament by slug. Filter tournament data with clear error handling: non-existent slugs return 404.
Instructions
Metaculus tournament questions. Returns normalized Metaculus question rows for one public tournament, filtered by its slug. A slug that does not exist returns 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Metaculus tournament slug | |
| limit | No | Rows to return, default 10, max 25 |