get_document_image
Retrieve a document image by passing an image_path from get_page_content(), returning it as a viewable image block to interpret scanned pages or embedded visuals.
Instructions
Retrieve an image from a document — pass an image_path from a get_page_content() response: either an embedded image (from a content block) or a full rendered page (from the page_images array, useful when a page is scanned or its meaning depends on visual layout). Returns the image as an MCP image content block (base64 data + MIME type). Do NOT repeat the raw base64 value in your text response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | No | ||
| image_path | Yes | An image_path from a get_page_content() response, passed back exactly as returned — never constructed or modified. Two sources: an embedded image_path (or img_path) on a content block, or a full-page image_path from the page_images array (format "<doc_name>/_page_images/page-<N>.jpg"). |