Skip to main content
Glama

comfy_save_workflow

Save workflow JSON to the MCP library with metadata like description and tags for organized reuse and management.

Instructions

Save a workflow JSON to the MCP library for later reuse. Includes metadata like description and tags for organization.

Input Schema

NameRequiredDescriptionDefault
nameYes
workflowYes
descriptionNo
tagsNo
overwriteNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "name": { "pattern": "^[a-zA-Z0-9_-]+$", "type": "string" }, "overwrite": { "default": false, "type": "boolean" }, "tags": { "items": { "type": "string" }, "type": "array" }, "workflow": { "anyOf": [ { "type": "string" }, { "additionalProperties": {}, "type": "object" } ] } }, "required": [ "name", "workflow" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nikolaibibo/claude-comfyui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server