codebreaker_list_problems
Find coding problems by status, tags, and type, with sorting commands and AC counts to target unsolved or recommended challenges.
Instructions
List problems with status (solved/partial/attempted/not_attempted), tags, problem type, and AC counts.
Your-score status requires login (scores show N/A when logged out). command: 'all' (default, sorted by #AC), 'newest', 'unsolved', or 'recommended' (both of the last two require login). Filter further with status=, tag= (include), and exclude_tags= (exclude; Joke problems are dropped by default); page with offset/limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | ||
| offset | No | ||
| status | No | any | |
| command | No | all | |
| exclude_tags | No | Tags to exclude (case-insensitive substring match). Defaults to ['Joke'] so joke problems don't waste the agent's time; pass [] to include everything. |