screenshot_url
Take a full-page screenshot of any URL. Returns base64-encoded PNG image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to screenshot | |
| width | No | Viewport width in pixels (default: 1280) | |
| height | No | Viewport height in pixels (default: 720) | |
| full_page | No | Capture full page scroll height (default: true) |