Match score
get_match_scoreRetrieve the current score of a tennis match by match ID. Use when you already know the match ID and only need the score.
Instructions
Current score for one match — the fastest, lowest-latency read. Use this when you only need the score and already know the match id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes | Match id, as returned by get_live_matches, get_upcoming_matches or get_recent_results. |
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. | |
| score | No | The current score. | |
| message | Yes | Human-readable summary. Identical to the text content, so either half can be used alone. |