get_screenshot
Retrieve a PNG screenshot of an archived web page from Arquivo.pt. Optionally embed the image directly for model viewing.
Instructions
Get the Arquivo.pt PNG render of an archived page. By default returns the screenshot URL; pass inline=true to embed the PNG (useful for letting the model see the page). Omit timestamp for the latest capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to screenshot | |
| timestamp | No | YYYY, YYYY-MM-DD, or YYYYMMDDHHMMSS | |
| inline | No | Embed the PNG bytes in the response (heavier). | |
| max_bytes | No | When inline=true, cap the embedded PNG size. |