List Paragraphs
list_paragraphsParagraphs (§) of the problem book, optionally restricted to one chapter. Arguments: chapter (optional integer). Returns JSON: {chapter, paragraphs: [{paragraph, name, chapter, chapter_name, solved_problem_count, problem_number_range, page_url}], totals: {paragraphs, solved_problems}}. Paragraph numbers are unique across the whole book, so a paragraph number alone addresses a section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapter | No | Chapter number to restrict to. Omit for every paragraph in the book. |