read_filing_section
Extract a specific section from an SEC EDGAR filing (10-K) to read only the part you need without processing the entire document.
Instructions
Read ONE section of a filing rather than the whole document. This is the main tool: a 10-K is typically 50,000+ tokens and you almost never need all of it.
Sections: business (Item 1, what the company does), risk_factors (1A, what management says could go wrong — the most quoted section), properties (2), legal_proceedings (3), market_for_stock (5), mdna (7, management's own explanation of the results — read this before the financial statements), market_risk (7A), financial_statements (8), controls (9A), directors (10), executive_comp (11).
Output is capped at max_tokens. If the section is longer you get an offset to continue from; the response always says how much was cut.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| company | Yes | ||
| section | Yes | ||
| accession | Yes | ||
| max_tokens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||