list_scripts
List all GDScript files in a Godot project or subdirectory to quickly inventory scripts for analysis or editing.
Instructions
List all GDScript (.gd) files in the project (or a subdirectory)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| directory | No | Optional subdirectory (relative to project) to limit the search |