football_form_trends
Analyze a football team's recent form, goals, and expected goals (xG) trends using historical fixture data.
Instructions
Return rolling form, goal record, and xG trend for a football team.
Args: team: Team name (e.g. "Brazil", "Argentina").
Returns: data: {form_string, wins, draws, losses, goals_scored, goals_conceded, xg_for, xg_against, recent_trend, matches_analysed}. meta.estimated: true — derived from available fixture data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | Team name (e.g. "Brazil", "Argentina"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |