take_screenshot
Capture the current Safari window as a screenshot using the MCP Safari Server. Specify an optional filename to save the image for automation, testing, or debugging purposes.
Instructions
Take a screenshot of the current Safari window
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | No | Filename for the screenshot (optional) |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"description": "Filename for the screenshot (optional)",
"type": "string"
}
},
"type": "object"
}