get_tier_list
Best heroes right now — the current-patch tier list for Dota 2, Deadlock or Marvel Rivals.
Empirical rankings from batru.gg's match aggregation over real games (not
a guess); heroes come sorted best-first. Optionally filter to a skill
bracket with `rank`.
Args:
game: "dota2", "deadlock", or "marvel-rivals".
rank: Optional skill bracket. dota2: herald, guardian, crusader,
archon, legend, ancient (and bands). deadlock/marvel-rivals:
low, mid, high, or top (rank words like "oracle" or "eternus"
also resolve). Empty = all ranks combined.
limit: Max heroes to return (default 20).
`total_matches` is the sample behind the ranking — cite it when stating
how strong the signal is. Report numbers 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. | |
| rank | No | Optional skill bracket. dota2: herald, guardian, crusader, archon, legend, ancient (or a band like "legend-ancient"). deadlock / marvel-rivals: low, mid, high or top. Empty = all ranks. | |
| limit | No | Maximum number of rows to return. | |
| 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." |