take_screenshot
Capture a screenshot of any URL to verify page appearance and debug UI issues. Returns a base64 data URI for immediate visual inspection.
Instructions
Navigate to a URL and take a screenshot. Returns the screenshot as a base64 data URI that the editor LLM can see and reason about. Use this for quick visual verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL or route path to screenshot. | |
| full_page | No | Capture full page or just viewport. Default false. | |
| authenticated | No | Use authenticated context. Default false. |