Retrieves today's LeetCode Daily Challenge problem with complete details, including problem description, constraints, and examples
Retrieves comprehensive details about a specific LeetCode problem, including its description, examples, constraints, and related information
Searches for LeetCode problems based on multiple filter criteria including categories, tags, difficulty levels, and keywords, with pagination support
Retrieves comprehensive profile information about a LeetCode user, including user stats, solved problems, and profile details
Retrieves a user's recent submissions on LeetCode Global, including both accepted and failed submissions with detailed metadata
Retrieves a user's recent accepted (AC) submissions on LeetCode Global, focusing only on successfully completed problems
Retrieves the current authenticated user's status on LeetCode, including login status, premium membership details, and user information (requires authentication)
Retrieves detailed information about a specific LeetCode submission by its ID, including source code, runtime stats, and test results (requires authentication)
Retrieves the authenticated user's problem-solving status with filtering options, including detailed solution history for attempted or solved questions (requires authentication)
Retrieves a paginated list of the authenticated user's submissions for a specific problem or all problems on LeetCode Global, with detailed submission metadata (requires authentication)
Retrieves a user's comprehensive contest ranking information on LeetCode, including overall ranking, participation history, and performance metrics across contests
Retrieves a list of community solution articles for a specific LeetCode problem, including only metadata like topicId. To view the full content of a solution article, use the 'leetcode_solution_article' tool with the topicId returned by this tool.
Retrieves the complete content and metadata of a specific solution article, including the full article text, author information, and related navigation links
LeetCode site to target: 'global' for leetcode.com, or 'cn' for leetcode.cn
Optional session cookie to authenticate with LeetCode API