apple_clipboard
Control the macOS clipboard. Retrieve current text, set new text, or clear its contents.
Instructions
Read and write the macOS clipboard. Actions: get, set, clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to copy to clipboard | |
| action | Yes | get: Get current clipboard content as text; set: Set clipboard content; clear: Clear the clipboard | |
| confirm | No | Set to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing. |