get_pro_matches
Retrieve recent professional Dota 2 matches to analyze competitive gameplay trends and professional team strategies.
Instructions
Get recent professional matches.
Args:
limit: Number of matches to retrieve (default: 5)
Returns:
List of recent professional matches
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 5,
"title": "Limit",
"type": "integer"
}
},
"type": "object"
}