get_hero_deaths
Get chronological list of hero deaths in a Dota 2 match with killer, victim, time, location, and ability. Filter by killer, victim, location, ability, or time for death timeline and pattern analysis.
Instructions
Get chronological list of ALL hero deaths in a match.
Returns all deaths with killer, victim, time, location, and ability used. Use for global death timeline, first blood, or death pattern analysis.
Args: match_id: The Dota 2 match ID killer: Filter by killer hero (partial match, e.g. 'jugg') victim: Filter by victim hero (partial match) location: Filter by map location (partial match, e.g. 't1', 'roshan') ability: Filter by killing ability (partial match) start_time: Filter deaths after this game time (seconds) end_time: Filter deaths before this game time (seconds)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| killer | No | ||
| victim | No | ||
| ability | No | ||
| end_time | No | ||
| location | No | ||
| match_id | Yes | ||
| start_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| deaths | No | ||
| success | Yes | ||
| match_id | Yes | ||
| total_deaths | No | ||
| coaching_analysis | No | AI coaching analysis of death patterns (requires sampling-capable client) |