get_opinion_text
Retrieve legal opinion text in manageable chunks by citation. Adjust offset and limit to paginate through lengthy North Dakota Supreme Court opinions.
Instructions
Read opinion text in chunks.
Use this to read long opinions in manageable pieces. Start with offset=0 and advance by the limit to paginate through the text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum characters to return (default 10000, max 50000). | |
| offset | No | Character offset to start reading from (default 0). | |
| citation | Yes | A legal citation like "2024 ND 156". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||