search_problems
Find LeetCode problems by filtering with categories, tags, difficulty levels, or keywords. Supports pagination for efficient navigation through search results.
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']) |