signal_list_connections
Retrieve all signal connections in a Godot scene, optionally filtered by a specific node, showing source, signal, target, and method.
Instructions
List all signal connections in a scene or for a specific node.
Category: Signal
Args: project_path: Path to the Godot project directory scene_path: Path to the scene file (relative to project) node_path: Optional path to a specific node (if None, lists all connections in scene)
Returns: JSON containing signal connections with source, signal name, target, and method
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| scene_path | Yes | ||
| node_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |