request_match_parse
Submit a Dota 2 match for full replay parsing and wait up to 45 seconds for completion to unlock teamfights, graphs, and ward logs.
Instructions
Submit a match for full replay parsing and WAIT for it to finish (default 45s). Unparsed matches lack teamfights/graphs/ward logs; once parsed, call get_match with include.teamfights for the deep view. Counts as 10 API calls. If status comes back unfinished, retry later or poll with get_parse_job_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes | Match id to parse. | |
| wait_seconds | No | How long to poll for completion before returning (default 45, must stay under your MCP client timeout). |