get_schedule
Footdigest: a competition's fixtures with teams, kickoff time, status, score, and stage. Give the competition slug; optionally filter by status (e.g. scheduled, live, finished) and cap with limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max fixtures to return (default 20, max 100). | |
| status | No | Optional status filter, e.g. finished. | |
| competition | Yes | Competition slug, e.g. world-cup-2026. |