ui_inspect
List interactive elements on the current screen—buttons, links, inputs, selects—with targets to reach them. Use when a selector fails to see what's actually available.
Instructions
List what can be interacted with on the current screen — buttons, links, inputs, selects and anything with an interactive ARIA role — with the target you would use to reach each one. Use it when a selector fails and you need to see what is really there. Far cheaper than dumping the DOM, and it names elements the way these tools expect them to be named.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Restrict to one family of control. | all |
| frame | No | 'main' (default) or a substring of a frame's origin/name. | main |
| limit | No | Maximum controls to return. | |
| filter | No | Only controls whose text, id or name contains this. |