clipboard_read
Read text from the clipboard, or list available mimetypes by setting types to true. Returns an empty result for an empty clipboard and avoids delays from unresponsive clipboard owners.
Instructions
What is on the clipboard. Text by default; types:true lists the offered mimetypes instead. An empty clipboard is a clean result, not an error, and a clipboard owner that never serves its offer is reported after a short deadline instead of hanging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | List offered mimetypes instead of reading text. |