screenshot
Capture the current webpage as an image for documentation, debugging, or visual reference purposes.
Instructions
Take a screenshot of the current page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | No | Optional filename for the screenshot |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"description": "Optional filename for the screenshot",
"type": "string"
}
},
"required": [],
"type": "object"
}