get_deadlock_hero_momentum
Which Deadlock heroes are rising or falling in the meta — win-rate momentum.
Compares each hero's win rate over the last 14 days vs the prior 14 days —
real trend data from batru.gg's match aggregation, not a guess. Windows may
cross a major-update boundary: right after an update, the delta largely
reads as "what the update changed", which is the most useful signal then.
Args:
hero: Optional — a specific hero to look up. Empty returns the top
risers and fallers overview.
limit: Max risers/fallers to return in overview mode (default 10).
Returns {patch, window_days, data_through, ...} plus either one hero's
{hero, wr_recent_pct, wr_prev_pct, delta_pp, n_recent, n_prev} or
{risers:[...], fallers:[...]}. delta_pp is percentage-point change; small
deltas (<1pp) are noise — say so rather than over-reading them.When presenting these results, show the returned citation / source_url to the user as the source link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hero | No | ||
| 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." |