Skip to main content
Glama
HUANGcvs
by HUANGcvs

comfyui_workflow

Destructive

List, view, import, modify, or delete ComfyUI workflow templates. Adjust parameters like steps, cfg, or sampler name via node IDs.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoWorkflow name. Required for view/modify/delete. For import, used as the save name (defaults to filename).
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".
actionYesAction to perform on ComfyUI workflows
nodeIdNoNode ID to modify (for modify action). Use "view" action first to see available node IDs.
filePathNoPath to a ComfyUI API-format workflow JSON file (for import action).
Behavior2/5

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

Annotations already indicate destructiveHint=true, confirming mutability. The description adds no further behavioral context, such as whether changes are permanent, if confirmation is needed, or what side effects occur. For a tool with delete and modify actions, this is a significant gap.

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

Conciseness3/5

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

The description is a single sentence listing actions, which is concise but lacks structure. It front-loads the resource but does not prioritize key information. While not verbose, it could be more organized (e.g., separating read vs. write actions) without adding length.

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

Completeness2/5

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

Despite having 6 parameters and multiple actions, the description does not explain return values or behavior for each action. No output schema is provided, so the agent has no information on what the tool returns (e.g., list returns a list, view returns a workflow object). This is insufficient for an agent to effectively use the tool.

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?

Schema coverage is 100%, so baseline is 3. The description does not add meaning beyond the schema; it merely recaps the actions. The parameter descriptions in the schema are sufficient, and the description does not clarify relationships or provide examples beyond what's already in the schema.

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

Purpose4/5

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

The description clearly states the tool manages ComfyUI workflow templates and lists five specific actions (list, view, import, modify, or delete). This is a specific verb-resource pair that distinguishes it from sibling tools like generate_image or enhance_prompt, which operate on different resources.

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?

The description does not provide guidance on when to use this tool versus alternatives. While the actions are listed, there is no explanation of which action is appropriate in which context or when not to use the tool (e.g., for image generation tasks). This leaves the agent without decision-making cues.

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

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