set_clipboard
Copies base64-encoded text or image data to the Windows clipboard. Select between plaintext and image content types for accurate pasting.
Instructions
Set the clipboard contents from a base64-encoded string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| b64Content | Yes | Base64-encoded content to set | |
| contentType | No | "plaintext" for text, "image" for image content | plaintext |