list_lights
List all light nodes in a Godot scene, filter by light type (OmniLight3D, SpotLight3D, DirectionalLight3D, PointLight2D) or by specific scene path to inspect lighting setup.
Instructions
List light nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| light_type | No | Filter by light type: OmniLight3D, SpotLight3D, DirectionalLight3D, PointLight2D | |
| scene_path | No | Filter to a specific scene |