get_scene_tree
Extract scene tree structure from Godot .tscn files to analyze node hierarchy, types, scripts, and groups for debugging and project management.
Instructions
Get the scene tree structure of a .tscn file with node types, scripts, groups, and hierarchy.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | Yes | Path to the .tscn file | |
| depth | No | Maximum tree depth to return (default: 3) | |
| maxNodes | No | Maximum number of nodes to return (default: 50) |