set_clipboard_text
Copy text to the Android device clipboard for pasting into apps, enabling automated data transfer and text input during remote device control.
Instructions
Set clipboard text
Args:
text (str): Text to set in clipboard
Returns:
str: Success or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |