browser_paste_from_clipboard
Paste clipboard content into a form field without exposing the content; only the character count is returned. Securely transfer credentials between pages and apps.
Instructions
SECRET-SAFE: Paste the system clipboard into a form field WITHOUT the content ever being returned — only the character count comes back. Pairs with browser_copy_to_clipboard for credential moves between pages/apps. Trims whitespace by default (trim:false to keep).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trim | No | Trim surrounding whitespace before pasting (default: true) | |
| selector | Yes | CSS or text selector for the target input field |