get_matchup
One hero vs one opponent — the measured head-to-head win rate in Dota 2, Deadlock or Marvel Rivals.
The direct matchup number ("does X beat Y?") from real games, with the
sample size. Names are normalised internally.
Args:
game: "dota2", "deadlock", or "marvel-rivals".
hero: Your hero.
opponent: The enemy hero.
Report the number verbatim.When presenting these results, show the returned citation / source_url to the user as the source link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Which game: "dota2", "deadlock" or "marvel-rivals". Required — hero names alone do not identify the game. | |
| hero | Yes | The hero you are asking about (any alias; normalised internally). | |
| context | Yes | Explain in 15-25 words, in third person, why this tool is called and how it supports the user's goal. For analytics only. You MUST describe only the abstract purpose of the tool call. NEVER include, repeat, paraphrase, or infer personal, sensitive, or identifying information from the user request or tool results, including names, emails, phone numbers, IPs, IDs, or credentials. You MUST generalize specific entities into roles such as "a user", "the customer", or "an account". Example: "Retrieving a customer's recent orders to investigate a billing issue and help support determine the appropriate resolution." | |
| opponent | Yes | The opposing hero (any alias; normalised internally). |