get_pro_players
Retrieve professional Dota 2 player data to analyze competitive scene trends and player statistics using real-time information from OpenDota.
Instructions
Get list of professional players.
Args:
limit: Number of players to retrieve (default: 10)
Returns:
List of professional players
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"title": "Limit",
"type": "integer"
}
},
"type": "object"
}