clipboard_read
Retrieve text content from the Windows clipboard to inspect copied items or access previously saved text data.
Instructions
Return the current text content of the Windows clipboard. Use after the user copies something to inspect it, or to retrieve text written by clipboard_write. Caveats: Non-text clipboard payloads (images, files) return an empty string — not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||