add_to_clipboard
Adds content to the clipboard history with support for text, URLs, HTML, RTF, colors, files, and images. Specify the content type to ensure accurate storage and retrieval.
Instructions
Add content to the clipboard history. Supported types: text, url, html, rtf, color, file, image. For file/image, content should be the absolute file path. For color, content can be hex (#FF0000), rgb(), rgba(), hsl(), hsla(), or CSS color name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Content type: 'text' (default), 'url', 'html', 'rtf', 'color', 'file', 'image' | |
| content | Yes | The content to add. Text/URL/HTML/RTF as string, color as color value (e.g. #FF0000), file/image as absolute file path |