get_opinion_text
Read long legal opinions in manageable chunks by citation, using offset and limit to paginate through the full text.
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 | |||