List resources
godot_list_resourcesList Godot project resources as res:// paths, optionally filtered by extension. Skips hidden folders and .gdignore-marked directories.
Instructions
List project resources as res:// paths, optionally filtered by extension (e.g. ".tscn", ".gd"). Skips .godot/ and .gdignore-marked folders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items to return. | |
| offset | No | Number of items to skip (for pagination). | |
| extension | No | Filter to a single extension, with or without the leading dot (e.g. "tscn"). | |
| project_root | No | Path to the Godot project root (folder containing project.godot). Defaults to $GODOT_PROJECT_ROOT or an upward search from the working directory. | |
| response_format | No | Output format. "markdown" is human-readable; "json" is structured. | markdown |