signal_list_node_signals
Retrieve all signals from a specific node in a Godot scene to inspect their parameters.
Instructions
List all signals available on a node.
Category: Signal
Args: project_path: Path to the Godot project directory scene_path: Path to the scene file (relative to project) node_path: Path to the node (e.g., "root" or "root/Button")
Returns: JSON containing the node's available signals with their parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| scene_path | Yes | ||
| node_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |