Write clipboard
clipboard_writeReplace the system clipboard with plain text so long or multi-line values can be pasted via keyboard shortcut when direct setting fails and typing would be slow. Overwrites existing clipboard contents.
Instructions
Replace the system clipboard with plain text, typically so a long or multi-line value can be pasted with press_key cmd+v (ctrl+v off macOS) where set_value is rejected and type_text would be slow. This tool does not paste anything itself. Side effect: whatever the user had on the clipboard is overwritten and not restored, so tell the user when you use it. Prefer set_value or type_text when they work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Exact text to place on the clipboard, replacing its current contents |