search_problems
Filter and find LeetCode problems by category, tags, difficulty, or keywords with pagination support to streamline problem-solving selection.
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 |
difficulty | No | Problem difficulty level filter to show only problems of a specific difficulty | |
limit | No | Maximum number of problems to return in a single request (for pagination) | |
offset | No | Number of problems to skip (for pagination) | |
searchKeywords | No | Keywords to search in problem titles and descriptions | |
tags | No | List of topic tags to filter problems by (e.g., ['array', 'dynamic-programming', 'tree']) |