Skip to main content
Glama

apply_manifest

Applies a ComfyUI setup manifest to install custom nodes, download models, and install pip packages from an inline object or file.

Instructions

Apply a ComfyUI setup manifest from an inline object or .json/.yaml/.yml file. Composes custom-node installs and model downloads, installs pip packages, and reports apt entries as skipped (system packages need manual/root installation). LOCAL ComfyUI (COMFYUI_PATH set): nodes/models land on the local filesystem and pip installs into the ComfyUI Python env. REMOTE ComfyUI: custom_nodes and models are routed through the ComfyUI-Manager HTTP API (handled on the host), while pip and apt entries are reported as skipped (no remote equivalent). Each item reports applied/skipped/failed independently.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoPath to a .json, .yaml, or .yml manifest file. Provide exactly one of `manifest` or `path`.
manifestNoInline manifest object. Provide exactly one of `manifest` or `path`.
Behavior4/5

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

With no annotations, the description carries the burden. It discloses local vs remote behavior, that apt is skipped, and that each item reports independently. It mentions the COMFYUI_PATH environment variable. However, it does not cover idempotency, side effects, or required permissions.

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 well-structured, starting with the core action, then explaining local vs remote behavior, and ending with item reporting. Every sentence adds unique information without redundancy or fluff.

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?

The description covers the main behavioral aspects but lacks details on the output format (e.g., structure of 'applied/skipped/failed' report) and validation of the manifest. Given the complexity and no output schema, more completeness would be beneficial.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds value by explaining the mutual exclusivity of 'manifest' and 'path', and detailing how each subsection (apt, pip, models, custom_nodes) is handled (e.g., apt skipped, pip installed). This goes beyond the schema's field descriptions.

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 it applies a ComfyUI setup manifest from an inline object or file, and details the actions (install custom nodes, models, pip packages, etc.). It distinguishes itself from sibling tools by being a batch/aggregate tool, but could be more explicit about when to use this over individual install tools.

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 description provides context for local vs remote usage and notes that apt entries are skipped. However, it does not explicitly state when to use this tool versus alternatives like 'install_custom_node' or 'install_workflow_dependencies', nor does it list prerequisites or exclusion criteria.

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