get_deadlock_ban_rates
Deadlock ban rates — who to ban / the most-banned heroes, from real ranked games.
Ban rate reveals what players FEAR facing — a different signal from win
rate. Empirical data from batru.gg's match aggregation. Heroes come sorted
most-banned first.
Args:
limit: Max number of heroes to return (default 15).
Returns {generated_at, ban_matches, heroes:[{hero, rank, ban_rate_pct,
bans}]}. `ban_matches` is the sample of matches with ban data; cite
`generated_at` when freshness matters. 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 |
|---|---|---|---|
| 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." |