comfy_inspect_widget
Inspect a ComfyUI node's inputs: get widget details, required status, constraints, and whether each input accepts a link.
Instructions
Get widget/input details for a node type (normalized, V1/V3 transparent).
Returns: node_type: class name inputs: list of {name, type_name, required, constraints, is_link_target} widget_inputs: subset of inputs that are widgets (is_link_target=False) link_inputs: subset of inputs that expect links from other nodes
Args: node_type: The node type name to inspect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |