get_opinion_figure_image
Retrieve a specific figure image from a North Dakota Supreme Court opinion by providing a citation and figure index. Use after checking available figures for that opinion.
Instructions
Return one figure's image from an opinion, as viewable image content.
Use get_opinion_figures(citation) first to see how many figures exist and their captions/kinds, then call this for a specific figure. One image per call keeps responses manageable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| citation | Yes | A legal citation like "2021 ND 152". | |
| fig_index | No | 1-based figure index within the opinion (default 1). |