player_heroes
ActiveTool of Stratz
declared in 0.1.0
Fetch the top heroes played by a Dota 2 player (by Steam account id), ranked by match count — returns heroId, matchCount, and winCount for up to `take` heroes (default 20).
Parameters schema
{
"type": "object",
"required": [
"steam_account_id"
],
"properties": {
"take": {
"type": "number"
},
"steam_account_id": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Stratz
https://github.com/pipeworx-io/mcp-stratz
1/7 registries