set_clipboard_text
Writes plain text to the macOS clipboard, enabling programmatic copying for pasting elsewhere.
Instructions
Write plain text to the macOS clipboard.
Args: text: Text to place on the clipboard
Returns: JSON string with operation metadata, or an error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |