get_clipboard_text
Retrieve plain text from the macOS clipboard. Set a maximum character limit to control response size, and receive truncation metadata if the clipboard content is longer.
Instructions
Read plain text from the macOS clipboard.
Args: max_chars: Maximum number of characters to return
Returns: JSON string with clipboard text and truncation metadata, or an error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |