ui_clipboard_read
Retrieves text currently on the system clipboard, enabling AI agents to inspect copied content during .NET GUI automation.
Instructions
Read text content from the system clipboard.
Executes on an STA thread inside the FlaUI bridge (required by System.Windows.Clipboard). Returns {text: "...", has_text: bool}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||