glass_clipboard_get
Reads the app's clipboard as text, returning empty if blank. Serves as a low-cost text extraction path via copy-selection, with Unsupported when backend lacks clipboard access.
Instructions
Read the app's clipboard as text ("" if empty). Also the cheap text-extraction path: glass_do ctrl+a then ctrl+c, then read here (beats OCR for selectable text). Returns Unsupported where the backend can't provide clipboard access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||