describe_ui
Get the accessibility tree of the current iOS screen, returning elements with label, type, value, enabled, and frame. Filter to interactive labeled elements for targeted actions.
Instructions
PRIMARY PERCEPTION. Return the accessibility tree of the current screen as a list of elements (label, type, value, enabled, frame). Reason over this and tap by label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interactive_only | No | If true, return only elements that have a label. | |
| udid | No | Target simulator UDID. Defaults to the booted sim. |