Skip to main content
Glama

Unofficial WCA MCP Server

by YuchengMaUTK

get_championship_details

Retrieve comprehensive details about World Cube Association championships including venue information, events, results, competitors, and regional significance using championship ID.

Instructions

Get detailed information about a specific championship by its ID.

Returns comprehensive information about a WCA championship including venue details, events, results, competitors, and championship-specific information like regional significance.

Args: championship_id: Championship ID (e.g., "WC2023" for World Championship 2023, "Euro2022" for European Championship 2022)

Returns: Detailed championship information including all competition data plus championship-specific details

Example: get_championship_details("WC2023") - World Championship 2023 details

Input Schema

NameRequiredDescriptionDefault
championship_idYes

Input Schema (JSON Schema)

{ "properties": { "championship_id": { "title": "Championship Id", "type": "string" } }, "required": [ "championship_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YuchengMaUTK/unofficial-wca-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server