Charting: one match, every stat family
get_charting_matchRetrieve every Match Charting Project stat family for one charted tennis match, with per-set splits for both players.
Instructions
Every Match Charting Project stat family for ONE charted match, both players, with the per-set split (set 1, set 2, …, Total) exactly as charted. Charting ids are their own id space (1960–2026), mostly matches with no counterpart in the live tables. Requires the ULTRA plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| charting_match_id | Yes | Charting match id — its own id space, not a match_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the call returned data. False for a tier wall, a missing or rejected key, or an empty result — all of which are normal states with a clear remedy, not failures. | |
| gender | No | ||
| mcp_id | No | The Match Charting Project's own row identifier. | |
| message | Yes | Human-readable summary. Identical to the text content, so either half can be used alone. | |
| players | No | Both players as charted. | |
| families | No | Every stat family, per player, with the per-set split. | |
| charting_match_id | No | The charted match. |