Skip to main content
Glama

Cito API

leaderboard_deciding_set_record

Read-only

Tennis season deciding-set-record leaderboard: Share of deciding sets (full-length final sets) won per player, from real match rows, ordered highest pct first.

When to use:

  • Share of deciding sets (full-length final sets) won per player, from real match rows, 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 contesting at least 10 deciders qualify.

Parallel-safe: yes. Upstream cost: 1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameYesGame title: lol | cs2 | dota2 | cod | ufc | tennis. Example: "cs2".
tourNoATP or WTA tour; omit for the combined board. Synonym: division.
limitNoMax items to return (default 10, max 100). Example: 10.
seasonNoSeason year (YYYY). Default 2026.
divisionNoSynonym for tour (ATP or WTA), matching the standings tool spelling.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYestrue if the tool succeeded
dataNoResult payload when ok is true; null on error
metaYes
errorNo
partialNo
paginationNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, openWorldHint, and destructiveHint, covering safety. The description adds genuine behavioral context beyond that: 'Tennis-only', season default, tour optionality for a combined board, a minimum 10-decider qualification, parallel-safe status, and upstream cost. This helps an agent reason about cost and data filtering beyond the basic read-only profile.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the essential definition, then organized into clear usage blocks (When to use, Do not use, defaults). It is slightly bloated by repeating the same 'Share of deciding sets...' phrasing in both the opener and the 'When to use' bullet, but overall every section earns its place and guidance is easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only leaderboard tool with an output schema and strong annotations, the description covers all necessary context: game restriction, season default, tour behavior, minimum match qualification, throughput safety, and alternative tool routing. An agent has everything needed to correctly select and invoke this tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is fair. The description doesn't add much beyond the schema: it repeats the season default and tour optional/combined-board behavior that already appear in parameter descriptions. The only extra is the minimum 10-decider threshold, which is not parameter-specific but a data filter. It doesn't materially de-risk parameter choice beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a highly specific purpose: a tennis season leaderboard for share of deciding sets won, from real match rows, ordered by percentage. It distinguishes itself from sibling leaderboards like leaderboard_tiebreak_win_pct and leaderboard_break_points_saved by name and metric, so an agent can tell which leaderboard to pick without opening schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a dedicated 'When to use' block, names an alternative ('raw leaderboard via call_api') and explicitly states 'Do not use when' with concrete alternative mappings (standings, rankings_movers, player_form). This is exactly the kind of when/when-not/exclusion guidance the dimension asks for.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources