get_qualification_scenarios
Footdigest: a team's chance of qualifying from its group, and how each remaining group result would move it ("if X beats Y, Z's chances become..."). Seeded and reproducible. Give the competition slug and a team name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for reproducibility (default 42). | |
| team | Yes | The team whose qualification you're asking about. | |
| trials | No | Simulated tournaments (default 10000, capped at 50000). | |
| competition | Yes | Competition slug, e.g. world-cup-2026. |