screenshot
Capture a webpage and return a base64-encoded PNG. Provide a URL, and optionally enable full_page to include the entire scrollable content.
Instructions
Take a screenshot of a webpage and return it as base64-encoded PNG.
Keyless — navigates and captures directly, no LLM.
Args: url: URL to screenshot full_page: Capture the full scrollable page (default: visible viewport only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| full_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |