read_document
Retrieve plain text from cached FERC filing attachments in bounded chunks. Specify pages or character ranges to get truncated text with continuation pointers for efficient reading.
Instructions
Return bounded plain text from a cached filing attachment.
Never returns the full document unless it fits within max_chars. Responses include total_chars, truncated, and next_char_start / next_page when clipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | ||
| char_end | No | ||
| filename | Yes | ||
| max_chars | No | ||
| char_start | No | ||
| accession_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||