Read clipboard
clipboard_readRetrieve the plain text from the system clipboard to access copied selections, such as text or passwords, without reading the screen.
Instructions
Read the plain text on the system clipboard, for example after press_key cmd+c (ctrl+c off macOS) copied a selection, or when the user says they copied something for you. Prefer get_app_state, browser_snapshot or screenshot to read what is on screen; use this for text that was deliberately copied. Images and files on the clipboard are reported as no text. Read-only, but the clipboard can hold private data the user copied, such as passwords, so do not repeat it beyond what the task needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_chars | No | Maximum characters to return (default 20000, maximum 200000). Longer text is cut off with a note giving its full length. |