search_problems
Search LeetCode problems by category, tags, difficulty, and keywords to find relevant coding challenges with pagination support.
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 |
|---|---|---|---|
| category | No | Problem category filter (e.g., 'algorithms', 'database', 'shell') to narrow down the problem domain | all-code-essentials |
| tags | No | List of topic tags to filter problems by (e.g., ['array', 'dynamic-programming', 'tree']) | |
| difficulty | No | Problem difficulty level filter to show only problems of a specific difficulty | |
| searchKeywords | No | Keywords to search in problem titles and descriptions | |
| limit | No | Maximum number of problems to return in a single request (for pagination) | |
| offset | No | Number of problems to skip (for pagination) |