get_team_matches
Retrieves recent matches for a team using its unique ID. Returns match details with optional limit, useful for performance analysis and historical review.
Instructions
Get recent matches for a team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| team_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| matches | No | ||
| success | Yes | ||
| team_id | Yes | ||
| team_name | No | ||
| total_matches | No |