OpenDota Player Summary
opendota.players.summaryRetrieve a Dota 2 player's profile, MMR estimate, total wins/losses, rank tier, and last match time using their Steam account ID. Handles private profiles gracefully.
Instructions
Get a Dota 2 player's profile + summary stats by Steam Account ID — name, avatar, MMR estimate, total wins/losses, rank tier, last match time. Profile may be private (returns minimal info).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Steam account ID (Dota 2 32-bit). Get from /api/search?q=playername. Example: 105248644 (Dendi). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |