godot_get_node_properties
Retrieve property lists and serialized values from specific nodes in Godot scene files to inspect and analyze node configurations.
Instructions
Return the current property list and serialized values for a specific node in a saved scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the Godot project directory or its project.godot file. | |
| scene_path | Yes | Path to the target .tscn file. Absolute, relative, and res:// paths are supported. | |
| node_path | No | Scene-relative node path to inspect. Use '.' for the root node. | . |
| godot_executable | No | Optional explicit path to the Godot executable or .app bundle. |