list_input_actions
List input actions from a Godot project's InputMap. Use it before sending input to confirm valid action names, without running the game.
Instructions
List all input actions defined in a project's project.godot (the InputMap). Useful before using send_input. No running game required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory |