football_get_standings
Return current World Cup 2026 group standings.
Args: limit: Max standing rows to return, 1..200 (default 50). offset: Number of rows to skip for paging (default 0).
Returns: data.standings: page of {rank, team, group, points, played, goals_diff}. data.pagination: {total, count, offset, limit, has_more, next_offset}. meta.source: adapter that served the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max standing rows to return, 1..200 (default 50). | |
| offset | No | Number of rows to skip for paging (default 0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |