ios_clipboard
Read or write the iOS device clipboard. Use 'get' to retrieve text or 'set' to replace it, avoiding keyboard typing errors.
Instructions
Read or write the device clipboard.
Writing is often faster and more reliable than typing a long string, which the on-screen keyboard can mangle with autocorrect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to write when action is 'set'. | |
| action | No | 'get' or 'set'. | get |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||