leaderboard_break_conversion
Tennis season break-conversion leaderboard: Share of break opportunities converted per player, from real match-stats aggregates read return-side, ordered highest pct first.
When to use:
Share of break opportunities converted per player, from real match-stats aggregates read return-side, ordered highest pct first. season tables; clutch/serve-efficiency leader queries.
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. Only players with at least 50 break opportunities qualify.
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 |