get_scene_file_content
Retrieve the raw .tscn text of any Godot scene file to inspect its exact structure, nodes, and properties. Useful for debugging or analyzing scene data.
Instructions
Read the raw .tscn text of a scene file on disk
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |