football_match_predictor
Predict the most likely scoreline and win probabilities for any football match, supporting neutral venue settings.
Instructions
Predict a single match: most likely scoreline + outcome probabilities.
Args: home_team: First team code. away_team: Second team code. neutral: True for a neutral venue (World Cup default).
Returns: data: {most_likely_score, home_win, draw, away_win, predicted_winner}. meta.estimated: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| neutral | No | True for a neutral venue (World Cup default). | |
| away_team | Yes | Second team code. | |
| home_team | Yes | First team code. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |