Get Problem
get_problemOne solved problem, in full. Address it either with paragraph + number, or with label — the spoken form "1.12" (a dot, a dash or a space also work: "1-12", "1 12"). Returns JSON: when found, {found: true, problem: {label, paragraph, number, chapter, condition, solution_image_url, page_url, chapter_name, paragraph_name, chapter_url, paragraph_url, solution_format}}; otherwise {found: false, reason: "not_solved"|"not_found", label, paragraph, number, message}. A missing or unsolved problem is a normal result, not an error — do not retry it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | The problem label as it is spoken or written: "1.12", "1-12" or "1 12". Use this OR paragraph + number. | |
| number | No | Problem number within the paragraph. Give together with `paragraph`, or use `label` instead. | |
| paragraph | No | Paragraph (§) number. Give together with `number`, or use `label` instead. |