get_scoreboard
Retrieve USL Super League match scores and statuses for a specific date, date range, or the current matchweek by providing optional start and end dates in YYYYMMDD format.
Instructions
Get USL Super League 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 |