get_api_node_schema
Get the input schema for any ComfyUI API node, listing visible inputs, hidden inputs, and outputs.
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). |