get_clipboard
Retrieve the current clipboard contents as a base64-encoded string, supporting plain text or image content types.
Instructions
Read the current clipboard contents as a base64-encoded string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contentType | No | "plaintext" for text, "image" for image content | plaintext |