get_farming_pattern
Analyze a hero's farming pattern using match ID and hero name. Discover camp sequences, power spikes, and farming routes to improve strategy.
Instructions
Analyze a hero's farming pattern with camp sequences, power spikes, and routes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hero | Yes | ||
| match_id | Yes | ||
| end_minute | No | ||
| start_minute | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hero | Yes | Hero name analyzed | |
| error | No | ||
| minutes | No | Minute-by-minute farming breakdown with camp sequences | |
| success | Yes | ||
| summary | No | Summary statistics | |
| match_id | Yes | ||
| end_minute | Yes | End of analysis range | |
| transitions | No | Key transition points in farming pattern | |
| item_timings | No | When items were purchased (for power spike analysis) | |
| start_minute | Yes | Start of analysis range | |
| level_timings | No | When hero reached each level (for power spike analysis) | |
| deaths_in_window | No | Number of hero deaths during the analysis window | |
| coaching_analysis | No | LLM-generated coaching analysis (requires MCP sampling support) | |
| multi_camp_clears | No | Events where hero farmed 2+ camps simultaneously (stacked/adjacent) |