player_matches
ActiveTool of Stratz
declared in 0.1.0
Fetch a Dota 2 player's recent match history by Steam account id. Returns match id, duration, start time, Radiant win flag, heroId and K/D/A. Supports pagination via take/skip.
Parameters schema
{
"type": "object",
"required": [
"steam_account_id"
],
"properties": {
"mode": {
"type": "string"
},
"skip": {
"type": "number"
},
"take": {
"type": "number"
},
"steam_account_id": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Stratz
https://github.com/pipeworx-io/mcp-stratz
1/7 registries