wavexis_page_snapshot
Capture a web page as MHTML or plain text document for archival or text extraction. Supports headless browsing and custom output paths.
Instructions
Capture the page as MHTML or a plain text document.
Use wavexis_scrape for structured data extraction, or this tool
when a full page archive (MHTML) or text dump is required.
Side effects: launches/acquires a browser backend, navigates to url
if provided; writes to output_path when given.
Returns: JSON string with keys: 'status' ('ok'/'error'), 'format'
(str), 'content' (str) or 'path' (str), 'size_bytes' (int).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |