mcp-server-leetcode

by doggybee
Verified

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

ID: hj5pz4f2go