Take Screenshot
take_screenshotCapture a screenshot of any public website and retrieve the image, hosted URL, and page metadata.
Instructions
Capture a screenshot of any public website using ScreenshotRender. Returns the rendered image inline plus a hosted URL and basic page metadata (title, description). Use this whenever the user wants to see, save, or share what a web page looks like.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the page to screenshot. Include the scheme (https://). Example: https://stripe.com | |
| fullPage | No | Capture the entire scrollable page instead of just the 1280x720 viewport. Defaults to false. | |
| wait | No | Milliseconds to wait after load before capturing, for pages with animations or lazy content. Defaults to none. | |
| timeout | No | Maximum milliseconds to wait for the page to load. |