Skip to main content
Glama

comfy_save_technique

Save a ComfyUI workflow as a reusable technique, add a name, description, and tags for categorization. Preserve and organize workflows for future use.

Instructions

Save a workflow as a reusable technique.

Args: workflow: The workflow dictionary to save name: Name for the technique description: Optional description tags: Optional list of tags for categorization

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
tagsNo
workflowYes
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations are minimal (readOnlyHint=false, destructiveHint=false), so the description carries most of the behavioral burden. The description does not disclose side effects such as whether saving overwrites an existing technique, whether it validates the workflow, or how the technique is stored. It only lists parameters, not behavior.

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

Conciseness4/5

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

The description is appropriately brief and structured with a summary line followed by an Args list. Every sentence contributes value, though the Args explanations could be slightly more informative. It is efficient without being overly terse.

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

Completeness3/5

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

For a save operation with an output schema, the description covers parameter semantics adequately. However, it omits important behavioral context such as overwrite behavior, persistence details, or whether the workflow must conform to a specific format. With four parameters and a nested object, a bit more guidance would improve completeness.

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 description coverage is 0%, so the description compensates by listing all four parameters with brief definitions: 'workflow dictionary', 'name for the technique', and optional description/tags. This adds meaning beyond the bare schema, but it lacks deeper constraints, examples, or required format details.

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 clearly states the tool's function: 'Save a workflow as a reusable technique.' This uses a specific verb ('Save') and a specific resource ('workflow as a reusable technique'), distinguishing it from sibling tools like list_techniques, search_techniques, and replay_technique.

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

Usage Guidelines3/5

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

The purpose implicitly suggests when to use this tool (when you want to reuse a workflow as a technique), but it does not explicitly provide usage context or alternatives. There is no mention of when not to use it or how it differs from related operations like snapshots or imports.

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/dreamrec/ComfyPilot'

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