get_api_node_schema
Fetch the input schema for a ComfyUI API node, showing inputs, hidden auth fields, and outputs. Requires a class_type from list_api_nodes.
Instructions
Return the input schema for a specific API/partner node from the connected ComfyUI's /object_info. Lists visible inputs (with types/defaults/options), hidden inputs (server-filled auth), and outputs. Use list_api_nodes first to find a class_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_type | Yes | The node class_type, e.g. "FluxProImageNode" (from list_api_nodes). |