adb_clipboard
Access the Android device clipboard by reading its current content or writing new text. Requires Android 10 or higher.
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 |