Skip to main content
Glama

comfy_cli_models

Manage ComfyUI models: list folders/files locally or in cloud, download model URLs to workspace, or remove workspace model files.

Instructions

Discover model folders/files locally or in Comfy Cloud, download model URLs into a workspace, or remove workspace model files through official comfy-cli.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
nameNo
textNo
typeNo
limitNo
whereNo
actionYes
folderNo
workspaceNoOptional ComfyUI workspace override. Otherwise COMFYUI_PATH/auto-detection is used.
modelNamesNoModel filenames to remove.
relativePathNoWorkspace-relative model directory (default models/checkpoints).
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. While it mentions discover, download, and remove, it lacks details on side effects (e.g., whether download overwrites, if remove is permanent, if authentication is needed). The description does not cover the full range of actions or their consequences.

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 concise sentence, but it is too brief for a tool with 11 parameters and 6 actions. It front-loads 'Discover model folders/files' but does not structure the information for clarity or mention all actions. While not verbose, it lacks necessary detail.

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?

Given the tool's complexity (11 parameters, 6 actions, many sibling tools, no output schema), the description is incomplete. It omits the action parameter explanation, parameter-action dependencies, and does not convey the full scope of operations. An agent would likely misuse or underutilize this tool.

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

Parameters2/5

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

Only 3 out of 11 parameters have schema descriptions, and the tool's description does not add meaningful information about the parameters. It fails to explain how parameters relate to actions (e.g., which parameters are required for download vs. remove) or provide usage context for the many enum values.

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 three main operations (discover, download, remove) and identifies the resource (model folders/files). However, it does not mention the other actions available (list-folders, list-folder, search, show) and fails to differentiate from sibling tools like search_models, download_model, remove_model.

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 provides no guidance on when to use this tool versus alternative sibling tools that perform similar operations, such as search_models, download_model, or remove_model. An agent has no context to choose the appropriate tool.

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/artokun/comfyui-mcp'

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