lookup_opinion
Retrieve North Dakota Supreme Court opinions by any citation—neutral, N.W.2d, or N.W. Get metadata and known citations; optionally include opinion text.
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 | |||