Skip to main content
Glama

comfyui_workflow

Destructive

Manage ComfyUI workflow templates: import from files, modify node parameters, adjust settings, and organize your local AI image generation pipeline.

Instructions

Manage ComfyUI workflow templates: list, view parameters, import from file, modify settings, or delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform on ComfyUI workflows
nameNoWorkflow name. Required for view/modify/delete. For import, used as the save name (defaults to filename).
filePathNoPath to a ComfyUI API-format workflow JSON file (for import action).
nodeIdNoNode ID to modify (for modify action). Use "view" action first to see available node IDs.
inputNoInput field name to modify (for modify action). E.g. "steps", "cfg", "sampler_name", "ckpt_name".
valueNoNew value as JSON (for modify action). Examples: "30", "\"euler\"", "7.5", "true".
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description aligns with annotations (mentions modify/delete matching destructiveHint=true) but adds minimal behavioral context beyond what structured fields provide. It does not clarify whether delete is permanent, if import overwrites existing workflows, or what data structure the operations return.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficiently structured sentence that front-loads the core purpose ('Manage ComfyUI workflow templates') followed by a colon-delimited list of specific actions. Every word serves a distinct purpose with zero redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the comprehensive schema and clear action enumeration, the description is adequate for tool selection. However, it lacks any description of return values or output formats (list returns names, view returns parameters, etc.), which would be helpful since no output schema is provided.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the schema fully documents all six parameters including the enum values and conditional requirements. The description provides a high-level grouping of actions ('modify settings', 'import from file') but does not add syntax details, examples, or semantic clarifications beyond the excellent schema documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description provides a specific verb (Manage) and resource (ComfyUI workflow templates), then explicitly enumerates all five supported operations. It clearly distinguishes this tool from siblings like generate_image or enhance_prompt by focusing on template management rather than content generation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

While the description lists available actions, it provides no explicit guidance on when to use this tool versus alternatives (e.g., when to import/modify a workflow vs. using generate_image directly). There are no prerequisites, warnings about destructive operations beyond the implicit 'delete', or conditional logic for choosing between actions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/jau123/MeiGen-AI-Design-MCP'

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