leaderboard_aces
Tennis season aces leaderboard: most aces served in a season, from real match-stats aggregates.
When to use:
Who leads the tour in aces this season; season serving-leader tables.
Prefer over: raw leaderboard via call_api for agent-normalized rows.
Do not use when: ranking position → standings with game tennis; week-over-week movement → rankings_movers; one player's recent form → player_form.
Tennis-only. Season defaults to 2026; tour (ATP|WTA) is optional — omit it for the combined board. Rows carry aces + matches played, ordered most aces first.
Parallel-safe: yes. Upstream cost: 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game title: lol | cs2 | dota2 | cod | ufc | tennis. Example: "cs2". | |
| tour | No | ATP or WTA tour; omit for the combined board. Synonym: division. | |
| limit | No | Max items to return (default 10, max 100). Example: 10. | |
| season | No | Season year (YYYY). Default 2026. | |
| division | No | Synonym for tour (ATP or WTA), matching the standings tool spelling. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | true if the tool succeeded | |
| data | No | Result payload when ok is true; null on error | |
| meta | Yes | ||
| error | No | ||
| partial | No | ||
| pagination | No |