ui_read_text
Read an app's editable text widget via the accessibility tree to confirm entered content landed, not just that keystrokes were sent. Use the resolved path to target the same document across write and read.
Instructions
Read the content of a text widget straight out of the accessibility tree. This is how you VERIFY that something landed, instead of trusting that a keystroke arrived.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Application name; its editable text widget is located automatically | |
| path | No | Or an exact index path. Both tools return the resolved path -- pass it back to address the SAME document across write and read; without it, both prefer the focused text widget. |