Skip to main content
Glama

mcp-server-leetcode

get-contest-details

Retrieve contest details, including problem sets and metadata, by specifying the contest's URL slug on the LeetCode platform.

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

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