List project files
list_filesOrient in unfamiliar Godot projects by listing files by kind (scenes, scripts, resources, images, audio, models) with optional glob filtering.
Instructions
List project files by kind (scenes, scripts, resources, images, audio, models) with optional glob. Use to orient in an unfamiliar project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Limit to a subfolder, e.g. "res://levels". | |
| kind | No | Filter by file kind. | all |
| limit | No | Max entries to return. | |
| offset | No | Pagination offset. | |
| pattern | No | Glob against name or full path, e.g. "*enemy*". | |
| project | No | Godot project folder (the one with project.godot). Optional if the server was started with --project. |