fetch_document_pagesReturn specific pages of a PDF (format: pdf / xhtml / images). Avoids exceeding the agent's context window.
Return specific pages of a PDF in one of three formats. `format='pdf'` preserves the original text layer and fonts (only format that gives you byte-exact text). `format='xhtml'` re-renders text for readability. `format='images'` returns page images.
| Name | Type | Required | Description |
|---|---|---|---|
jurisdiction | string | yes | ISO code. |
document_id | string | yes | From list_filings. |
pages | string | yes | Page range like '1-10' or '5,7,9'. |
format | string | no | pdf / xhtml / images. |
This tool currently has no live registry bindings. See per-country support.