apple_screenshot
Capture macOS screenshots in full screen, selected area, frontmost window, with a timed delay, or directly to the clipboard.
Instructions
Take screenshots on macOS. Actions: full, clipboard, timed, area, window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Save path (default: ~/Desktop/screenshot.png) | |
| action | Yes | full: Take a full screenshot and save to file; clipboard: Take a screenshot and copy to clipboard; timed: Take a screenshot after a delay; area: Take a screenshot of a selected area (interactive — user draws rectangle); window: Take a screenshot of the frontmost window | |
| confirm | No | Set to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing. | |
| seconds | No | Delay in seconds (default 5) |