get_problem
Retrieve detailed information about a specific LeetCode problem, including its description, examples, and constraints, by providing the problem's URL slug. Integrates with the LeetCode MCP Server for streamlined access to programming challenges.
Instructions
Retrieves details about a specific LeetCode problem, including its description, examples, constraints, and related information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
titleSlug | Yes | The URL slug/identifier of the problem (e.g., 'two-sum', 'add-two-numbers') as it appears in the LeetCode URL |