get_public_matches
Retrieve recent public Dota 2 matches to analyze gameplay trends and player statistics. Specify the number of matches to fetch for competitive insights.
Instructions
Get recent public matches.
Args:
limit: Number of matches to retrieve (default: 5)
Returns:
List of recent public matches
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 5,
"title": "Limit",
"type": "integer"
}
},
"type": "object"
}