get_node_info
Query a running ComfyUI server to retrieve definitions of installed node types, including inputs, outputs, category, and description. Filter by node type to inspect specific nodes before composing workflows.
Instructions
Query a running ComfyUI server's /object_info endpoint for installed node type definitions (inputs, outputs, category, description). Requires a reachable ComfyUI instance; results reflect that server's installed custom nodes. Use the node_type filter to inspect a specific node before composing or modifying a workflow. Note: when more than 20 node types match, returns only a summarized list (name, display_name, category, description) and asks you to narrow the filter to get full input/output schemas; 20 or fewer returns complete definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_type | No | Filter by node class_type name (case-insensitive substring match). Omit to list all available nodes. |