take_screenshot
Captures a screenshot of any webpage as an image, with options to specify viewport dimensions or capture the full page. Ideal for web content analysis and archiving.
Instructions
Takes a screenshot of a web page and returns it as an image
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fullPage | No | Whether to take a screenshot of the full page or just the viewport (default: false) | |
height | No | Height of the viewport in pixels (default: 800) | |
url | Yes | URL to take a screenshot of | |
width | No | Width of the viewport in pixels (default: 1280) |