T
turnale
/list_matches
List matches
Matches with sides, scores, courts and times. Filter by state or round; paginate with after_match_number for large tournaments.
liveverifiedunknown~5s typical
mcpprobedturnale
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-turnale-turnale /list_matches for me.
Input
| Field | Type | Description |
|---|---|---|
| tournament_key* | string | The tournament's organiser key (starts with tk_) |
| state | string (scheduled | completed | walkover | retired | cancelled | bye) | |
| round | integer | |
| after_match_number | integer | |
| limit | integer |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-turnale-turnale","endpoint":"/list_matches","input":{"tournament_key":"..."}}'cli
npx cracked-ai run -p mcp-app-turnale-turnale -e /list_matches -i '{"tournament_key":"..."}'mcp
run_tool({ provider: "mcp-app-turnale-turnale", endpoint: "/list_matches", input: {"tournament_key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.