list_scripts
Recursively list all Godot .gd scripts within a project or subdirectory for easy script inventory.
Instructions
Recursively list all .gd scripts in the project or a subdirectory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Optional: subdirectory to search (relative to project, default: root) | |
| projectPath | Yes | Path to the Godot project directory |