Get project settings
godot_get_settingsList project.godot settings as key/value entries, optionally filtered by section, for inspecting Godot project configuration.
Instructions
List project.godot settings as section/key/value entries, optionally filtered to one section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items to return. | |
| offset | No | Number of items to skip (for pagination). | |
| section | No | Only return settings from this section (e.g. "display", "rendering"). | |
| 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 |