godot_get_project_structure
Analyze Godot project folder hierarchies to visualize file organization and directory structure for development workflows.
Instructions
Return a nested folder/file view of a Godot project or one of its subfolders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the Godot project directory or its project.godot file. | |
| folder_path | No | Optional absolute, relative, or res:// path for the subfolder to inspect. Defaults to the project root. | |
| max_depth | No | Maximum folder depth to expand below the chosen root. | |
| include_hidden | No | Whether to include hidden files and folders such as `.godot` or `.godot-mcp`. |