get_deadlock_tier_list_by_rank
Get the Deadlock hero tier list for a specific rank band.
The meta differs by skill level. Data comes in four bands: Low
(Initiate-Acolyte), Mid (Sentinel-Ritualist), High (Emissary-Phantom) and
Top (Ascendant-Eternus). Early in a patch window a band may not have enough
matches yet — fall back to get_deadlock_tier_list if so.
Args:
rank: A rank name (e.g. oracle, eternus) or a band key: low, mid,
high, top.
limit: Max number of heroes to return (default 20).
Returns {bracket, rank_range, total_matches, generated_at, heroes:[{hero,
rank, winrate_pct, pick_rate_pct, matches}]} sorted best-first. Report
numbers verbatim and mention which band the numbers come from.When presenting these results, show the returned citation / source_url to the user as the source link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rank | Yes | ||
| limit | No | ||
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." |