list_ui_nodes
Get a list of UI nodes in your Godot project. Optionally filter by Control type (e.g., Button, Label) to inspect specific UI elements.
Instructions
List Control-derived UI nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_type | No | Filter by specific Control type (e.g. "Button", "Label"). Default: all Control-derived nodes. | |
| max_results | No | Max results |