adb_clipboard
Read or write the clipboard of an Android device via ADB. Write sets clipboard content; read retrieves it, requiring Android 10 or newer.
Instructions
Read or write the device clipboard. Write mode sets the clipboard content; read mode retrieves it. Clipboard access requires Android 10+ and may need the app to be in foreground on Android 12+.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | 'read' to get clipboard, 'write' to set it | |
| text | No | Text to write to clipboard (required when action='write') | |
| device | No | Device serial |