Skip to main content
Glama

OpenDota MCP Server

get_player_wordcloud

Analyze a Dota 2 player's chat patterns by retrieving their most frequently used words from in-game communications using their Steam32 account ID.

Instructions

Get most common words used by player in chat.

Args: account_id: Steam32 account ID of the player Returns: List of player's most frequently used words

Input Schema

NameRequiredDescriptionDefault
account_idYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "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