run_workflow_from_json
Execute workflows directly from JSON data to streamline ComfyUI image generation and download tasks via the MCP Server integration.
Instructions
Run a workflow from a JSON data.
Args:
json_data: The JSON data to run.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
json_data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"json_data": {
"additionalProperties": true,
"title": "Json Data",
"type": "object"
}
},
"required": [
"json_data"
],
"title": "run_workflow_from_jsonArguments",
"type": "object"
}