Skip to main content
Glama

OpenDota MCP Server

get_player_peers

Retrieve players who frequently play Dota 2 with a specific player by providing their Steam32 account ID to identify common teammates and opponents.

Instructions

Get players who have played with the specified player.

Args: account_id: Steam32 account ID of the player limit: Number of peers to retrieve (default: 5) Returns: List of players frequently played with

Input Schema

NameRequiredDescriptionDefault
account_idYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "integer" }, "limit": { "default": 5, "title": "Limit", "type": "integer" } }, "required": [ "account_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asusevski/opendota-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server