get_filing_text
Extract a bounded amount of text from a FERC filing. Use to preview content when the full document is large, with total character count reported if truncated.
Instructions
Deprecated alias for bounded read_document.
Returns at most max_chars of extracted text and reports total_chars when truncated. Prefer get_document_outline, search_within_document, and read_document for large filings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | No | ||
| max_chars | No | ||
| accession_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||