search_problems
Search LeetCode problems using filters for categories, tags, difficulty, and keywords. Pagination allows browsing large result sets.
Instructions
Searches for LeetCode problems based on multiple filter criteria including categories, tags, difficulty levels, and keywords, with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | List of topic tags to filter problems by (e.g., ['array', 'dynamic-programming', 'tree']) | |
| limit | No | Maximum number of problems to return in a single request (for pagination) | |
| offset | No | Number of problems to skip (for pagination) | |
| category | No | Problem category filter (e.g., 'algorithms', 'database', 'shell') to narrow down the problem domain | all-code-essentials |
| difficulty | No | Problem difficulty level filter to show only problems of a specific difficulty | |
| searchKeywords | No | Keywords to search in problem titles and descriptions |