resolve_entity
Resolve football entities (players, teams, coaches) by name or ID to map identifiers across providers like Transfermarkt, FBref, Sofascore, and Opta.
Instructions
Resolve a football entity (player, team, or coach) to get cross-provider IDs. Use when you need to map between Transfermarkt, FBref, Sofascore, Opta, and other provider IDs, or when you need to look up a player/team/coach by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID from the source provider to resolve to all other IDs | |
| qid | No | Wikidata QID for direct lookup (e.g. 'Q99760796') | |
| name | No | Entity name to search for (e.g. 'Cole Palmer', 'Arsenal'). Fuzzy match on name and aliases. | |
| type | No | Filter results by entity type | |
| provider | No | Source provider for ID resolution (e.g. 'transfermarkt', 'fbref', 'sofascore', 'opta', 'soccerway') |