find_nodes_in_scenes
Search Godot scenes for nodes by type, property, group, or signal to quickly locate specific elements in your project.
Instructions
Search nodes across scenes by type/property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Filter by node group | |
| node_type | No | Filter by node type (e.g. "CharacterBody2D", "Timer") | |
| max_results | No | Max results (default: 100) | |
| signal_name | No | Filter scenes with this signal connection | |
| property_key | No | Filter by property key (e.g. "position", "script") | |
| property_value | No | Filter by property value (partial match, e.g. "player.gd") |