get_player_totals
Retrieve comprehensive Dota 2 player statistics including total matches, wins, kills, deaths, assists, and other performance metrics using Steam32 account ID.
Instructions
Get player's overall stats totals.
Args:
account_id: Steam32 account ID of the player
Returns:
Summary of player's total stats
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"account_id": {
"title": "Account Id",
"type": "integer"
}
},
"required": [
"account_id"
],
"type": "object"
}