get_screenshot
Capture a rendered screenshot of any live web page by providing its URL.
Instructions
Capture a rendered screenshot of a live web page.
Requires the optional 'screenshot' extra (Playwright); without it, this returns install instructions instead of an image.
Args: url: Full URL including scheme, e.g. 'https://example.com'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |