search-problems
Filter and retrieve LeetCode problems by difficulty, tags, and quantity using an MCP server, ideal for tailored coding practice and preparation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
difficulty | No | Difficulty level | |
limit | No | Maximum number of problems to return | |
skip | No | Number of problems to skip | |
tags | No | Tags to filter by, separated by '+' (e.g., 'array+dynamic-programming') |