openligadb_current_matchday
Identify which matchday a league is on by passing a league shortcut, such as 'bl1'. Returns the group ID and name to clarify what 'this week' means.
Instructions
Which matchday a league is currently on — resolve 'this week' without guessing.
Returns: {groupID, groupName:'1. Spieltag', groupOrderID} — a single object, not a list
Example: Current Bundesliga matchday {"league": "bl1"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league | No | League shortcut. | bl1 |