tool_clipboard_write
Replaces the current clipboard text, overwriting the user's last copied item. Use it to set clipboard content, but note it destroys the previous value.
Instructions
Replace the clipboard contents with text. MUTATING (soft): serialized across agent sessions — and it DESTROYS whatever the user last copied, so do not use it casually; announce it when you do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||