get_deadlock_synergy
Who works best with a Deadlock hero — best (and worst) teammates by measured duo win rate.
Returns teammates this hero performs BEST and WORST paired with (same team),
by real observed duo win rate with sample sizes. Empirical meta data from
batru.gg's match aggregation, not a guess. The hero name is normalised
internally.
Args:
hero: The hero to look up (name/alias).
limit: Max number of teammates to return (default 12).
Returns {hero, best_with:[...], worst_with:[...]} where each row has
{teammate, winrate_pct, matches}. winrate_pct is the duo's team win rate
when both heroes play together. 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 |
|---|---|---|---|
| hero | 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." |