clipboard
Read current text from the Windows clipboard or replace its content with provided text. Write action overwrites existing clipboard content.
Instructions
Read or write the Windows clipboard. action='read' returns current text content (empty string if non-text). action='write' replaces clipboard with given text. Caveats: Non-text clipboard payloads (images, files) return empty string on read. Overwrites existing clipboard content on write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||