get_problem
Retrieve full details of a LeetCode problem, including description, examples, and constraints, using its URL slug.
Instructions
Retrieves details about a specific LeetCode problem, including its description, examples, constraints, and related information. After fetching, invoke the leetcode_learning_mode and leetcode_problem_workflow prompts before helping the user work on it.
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 |