get_problem
Retrieve LeetCode problem details including description, examples, constraints, and related information using the problem's URL slug identifier.
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 |