Project info
project_infoRetrieve essential Godot project settings like autoloads, input actions, physics layers, and file counts before writing gameplay code.
Instructions
Project settings that matter for writing code: main scene, autoload singletons, input actions, physics layers, file counts. Read this before generating gameplay code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Sections to include. Default: all except raw settings. | |
| project | No | Godot project folder (the one with project.godot). Optional if the server was started with --project. |