Skip to main content
Glama

mcp-server-leetcode

get-contest-details

Retrieve detailed information about a specific LeetCode contest using its URL slug. Access contest data such as problems, participants, and schedules efficiently.

Input Schema

NameRequiredDescriptionDefault
contestSlugYesThe URL slug of the contest

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contestSlug": { "description": "The URL slug of the contest", "type": "string" } }, "required": [ "contestSlug" ], "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/doggybee/mcp-server-leetcode'

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