comfyui_get_node_info
Get the input and output schema plus metadata for a single ComfyUI node type. Access input fields, outputs, display name, category, and flags to understand node requirements.
Instructions
Get the input/output schema and metadata for a single ComfyUI node type.
Returns a dict with keys: input, input_order, is_input_list, output,
output_is_list, output_name, name, display_name, description, python_module,
category, output_node, search_aliases, plus optional flags like deprecated,
experimental, and api_node when set on the node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_class | Yes | Node class name (e.g. 'KSampler', 'CLIPTextEncode'). Use comfyui_list_nodes to discover available class names. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||