lookup_opinion
Look up a North Dakota court opinion by its citation to get metadata and all known citations. Include opinion text on request.
Instructions
Look up an opinion by any citation (neutral cite, N.W.2d, N.W., etc.).
Returns metadata and all known citations. Text is excluded by default to keep responses manageable — use include_text=True for the first text_limit characters, or get_opinion_text() to read in chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| citation | Yes | A legal citation like "2024 ND 156", "585 N.W.2d 129", etc. | |
| text_limit | No | Max characters of text to include (default 5000). Use get_opinion_text for full text. | |
| include_text | No | Include opinion text in the response (default False). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||