codeforces_search_problems
Search Codeforces problems by rating range and tags, optionally excluding ones a handle has already solved to find fresh practice targets.
Instructions
Find Codeforces problems by rating band and tags, easiest first.
Set exclude_solved_by to a handle to hide problems that handle has already solved.
The Codeforces website cannot express that filter, which is the main reason to reach
for this tool: it turns "problems tagged dp rated 1300-1500" into "problems I could
actually still practise".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Codeforces tags, e.g. ['dp','greedy']. Empty means any. | |
| limit | No | Maximum problems to return | |
| offset | No | Problems to skip, for pagination | |
| max_rating | No | Highest problem rating, inclusive | |
| min_rating | No | Lowest problem rating, inclusive | |
| tags_match | No | 'any' = at least one tag, 'all' = every tag | any |
| response_format | No | 'markdown' for a readable table, 'json' for structured data | markdown |
| exclude_solved_by | No | Hide problems this handle already solved, e.g. '3.141f' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |