View Structured Text
view_structuredOpens the parsed HTML view of a PDF document inside the MCP host, enabling you to read extracted text without page images or bounding boxes.
Instructions
Open the parsed structured text/HTML view inside the MCP host. Use this for reading extracted document content as HTML without page images or bbox overlays; use view_pdf/review_extraction for visual source pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional 1-indexed page number to inspect. Omit to render every same-document HTML page in one inspector container. | |
| facet | No | Deprecated no-op retained for older clients. inspect_html always renders canonical document nodes. | |
| selector | No | CSS selector/query to run inside the PDFQuery Inspector UI (e.g. "table", "[data-label=Table]"). | * |
| document_id | Yes | okraPDF document ID to inspect. | |
| parse_facet | No | Deprecated no-op retained for older clients. inspect_html always renders canonical document nodes. | |
| parse_if_missing | No | Deprecated no-op retained for older clients. inspect_html never queues a parser run. |