manage_scene_signals
List, add, or remove signal connections in Godot scene files. Manage signal bindings between nodes in .tscn files directly.
Instructions
List/add/remove signal connections in .tscn files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: list, add, remove | |
| method | No | Target method name | |
| scenePath | Yes | Scene file path (relative to project) | |
| signalName | No | Signal name | |
| sourcePath | No | Source node path | |
| targetPath | No | Target node path | |
| projectPath | Yes | Godot project path |