get_scoreboard
Retrieve MLS match scores and status for a specific date, date range, or current matchweek. Specify start date (YYYYMMDD) optionally with end date to get all matches in that period.
Instructions
Get MLS match scores and status for a date or date range.
With no arguments, returns matches for the current matchweek. With
date only, returns matches for that single day. With both date
and end_date, returns every match in the inclusive range.
Args:
date: Optional start date in YYYYMMDD format (e.g. "20260418").
end_date: Optional end date in YYYYMMDD format. Requires date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| end_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |