List Problems
list_problemsSolved problems of one paragraph (§), paginated and in book order. Arguments: paragraph (required integer), page (optional, default 1), per_page (optional, default 25, max 100). Returns JSON: {paragraph, paragraph_name, chapter, chapter_name, problems: [{label, paragraph, number, chapter, condition, solution_image_url, page_url}], pagination: {page, per_page, total, total_pages}}. condition is the problem statement as plain Russian text; the worked solution exists only as the GIF at solution_image_url. Problems without a solution are not listed and are not counted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. Defaults to 1. | |
| per_page | No | Results per page, 1 to 100. Defaults to 25. | |
| paragraph | Yes | Paragraph (§) number. Unique across the whole book; see list_paragraphs. |