list_connections
Retrieve all signal connections defined in a Godot scene file. Specify the project and scene paths to inspect connected signals.
Instructions
List all signal connections stored within a scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene file |