comfy_load_workflow
Load saved workflows from the ComfyUI library by name to retrieve workflow JSON and metadata for AI image generation projects.
Instructions
Load a saved workflow from the MCP library by name. Returns the workflow JSON and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}