search_player
Find Dota 2 players by name to access their game statistics, match history, and player information for analysis and tracking.
Instructions
Search for players by name.
Args:
query: Name to search for
Returns:
List of matching players
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}