get_node_signals
Retrieve all signals and their argument signatures for a Godot node type, enabling inspection of available events and callbacks.
Instructions
Get all signals defined on a node type with their argument signatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Node type name (e.g. 'Sprite2D', 'CharacterBody3D') |