get_rotation_analysis
Analyze hero rotations and lane movements to identify gank attempts and their success rates for a given match.
Instructions
Analyze hero rotations - movement patterns between lanes and outcomes.
Returns rotation events, gank attempts, and their success rates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes | ||
| end_minute | No | ||
| start_minute | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| success | Yes | ||
| summary | No | Summary statistics | |
| match_id | Yes | ||
| rotations | No | All detected rotations | |
| end_minute | Yes | End of analysis range | |
| rune_events | No | Rune-centric view of rotations | |
| start_minute | Yes | Start of analysis range |