mcp-server-leetcode

get-contest-details

Retrieve detailed information about LeetCode contests by providing the contest URL slug. Enables access to contest data, including problems, schedules, and other relevant details.

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" }

You must be authenticated.

Other Tools from mcp-server-leetcode

Related Tools

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