jules_screenshot
Capture screenshots of Jules AI coding assistant pages for debugging and verification purposes during development workflows.
Instructions
Take a screenshot of current Jules page for debugging and verification
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | No | Optional filename for screenshot | |
taskId | No | Optional task ID to navigate to first |
Input Schema (JSON Schema)
{
"properties": {
"filename": {
"description": "Optional filename for screenshot",
"type": "string"
},
"taskId": {
"description": "Optional task ID to navigate to first",
"type": "string"
}
},
"type": "object"
}