comfy-h3-mcp
Server Quality Checklist
Latest release: v0.1.0
- Disambiguation5/5
Each tool has a clearly distinct role: job management (status, cancel, preview), asset discovery, and two generation tools with different use cases (keyframes vs. reference-based consistency). The generation tools are well-separated by their descriptions, leaving no ambiguity.
Naming Consistency4/5Names follow a predictable pattern within categories: job_* for job operations, h3_* for generation, and list_assets for assets. However, there is no single uniform verb_noun convention across all tools (e.g., job_cancel vs. list_assets), which is a minor deviation.
Tool Count5/5Six tools is well-scoped for this focused video-generation server. Each tool fills a necessary part of the workflow—submitting generation jobs, managing jobs, inspecting results, and listing available assets—with no redundant tools.
Completeness4/5The tool set covers the full generation lifecycle: submit (two variants), poll status, cancel, preview, and list assets. A minor gap is the lack of a listing mechanism for all submitted jobs, which could be a workaround but is not critical.
Average 4.2/5 across 6 of 6 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 5 commits in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.
If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.
MCP servers without a LICENSE cannot be installed.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently explains the two possible outcomes (removal if queued, interruption if running), which is valuable. It does not cover edge cases like already-completed jobs or error handling, but for a cancel action, this level of detail is reasonable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a concise two-clause sentence: 'Cancel an H3 job: removes it if still queued, interrupts it if running.' Every word adds value, with no redundant information or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one parameter and no output schema. The description explains the core behavior but omits details about return values, error scenarios, or job states like 'completed'. While not critical for a cancel tool, the absence of these details leaves the agent with incomplete expectations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters2/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description does not explain the 'prompt_id' parameter beyond its name, and the schema provides no descriptions (0% coverage). The parameter name is somewhat self-explanatory, but the description fails to clarify its format, origin, or how to obtain it. This leaves a gap in agent understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Cancel an H3 job'. It also specifies behavior based on job state ('removes it if still queued, interrupts it if running'), which distinguishes it from sibling tools like job_status and h3_image_to_video. The verb+resource structure makes the action unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the primary use case: cancel a job. However, it does not explicitly mention when to choose this tool over alternatives (e.g., job_status to check status first) or any exclusions (e.g., cannot cancel completed jobs). The context is clear but lacks explicit guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior3/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that the tool returns status and output file paths post-completion, and the verb 'Check' implies a read-only operation. However, it does not disclose behavior on error, missing IDs, or explicitly confirm no side effects, so it is minimally transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one concise sentence that front-loads the purpose ('Check a submitted H3 job') and immediately follows with the return values. Every word earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one parameter and no output schema. The description covers the core purpose and return values (statuses and output paths), which is sufficient for a straightforward status check. However, it omits error handling details, which prevents a perfect 5.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% coverage, and the description only mentions 'submitted H3 job' which implies prompt_id is the job identifier but does not explicitly define it. For a single parameter, this provides some additional meaning over the schema's bare 'Prompt Id' label, but it does not fully compensate for the lack of schema description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Check a submitted H3 job' with a specific verb and resource, and it distinguishes itself from siblings like job_cancel (cancel) and job_preview (preview) by focusing on status retrieval. It also lists the exact statuses returned.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you want the status of a submitted H3 job, but it does not explicitly state when not to use it or mention alternatives. It provides clear context but lacks exclusionary guidance, so it falls short of a 4.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses that MCP has no video content type, so the tool returns a contact sheet of frames plus audio instead. This is important behavioral context not available from annotations (which are absent). It implies a read-only operation and describes the return format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise paragraphs with the purpose in the first sentence. The additional details about the output format and usage context are relevant and not redundant.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description explains the return format (contact sheet + audio) and the reason for this design. It doesn't describe each parameter in detail, but the tool is relatively simple and the core behavior is covered.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters2/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has no parameter descriptions (0% coverage), and the description does not explain the meaning of rows, columns, tile_width, or include_audio. Parameter names are somewhat self-explanatory, but the description adds no detail, leaving the agent to infer from names alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: to look at and listen to a finished H3 job. It differentiates from siblings like job_status and job_cancel by focusing on previewing results and explains the output format.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says to use it to judge a result before iterating on the prompt, indicating appropriate timing. It does not name alternatives or when-not-to-use scenarios, but the context is clear enough for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description discloses key behaviors: the job is asynchronous ('Returns immediately with a prompt_id - poll job_status'), it takes minutes with an estimated_seconds field, and ref_image_size 'max' is 'several times slower.' It also warns about sage_attention redundancy. It doesn't cover permissions or failure modes, but the disclosure is strong for a generation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a dense single paragraph where every sentence adds value: purpose, syntax, limits, parameter trade-offs, use case, timing, and async behavior. While long, it is justified by complexity. Structure could be improved with bullets, but it is not wasteful.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 17-parameter tool with no annotations and no output schema, the description covers the critical invocation details: async flow, reference syntax, parameter trade-offs, and the cross-shot workflow. It doesn't explicitly say references are asset IDs from list_assets, but the sibling context implies it. Overall, sufficient for correct use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Despite 0% schema coverage, the description explains the most important parameters: positional refs in prompt, max counts for ref arrays, ref_image_size trade-offs, width/height defaults, and sage_attention. It omits steps, scheduler, megapixels, and shift_* but these are secondary with defaults. The compensation is solid but not exhaustive.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Generate video with synchronized audio from a prompt plus reference images, videos, and/or audio.' It also explicitly identifies this as the tool for 'CONSISTENCY ACROSS SHOTS,' which distinguishes it from the sibling h3_image_to_video. The positional reference syntax and model name add further specificity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a concrete use case workflow: generate shot 1, pull a frame, and pass it as a reference for subsequent shots. It also gives guidance on leaving width/height unset and checking list_assets before setting sage_attention. It does not explicitly contrast with h3_image_to_video, but the cross-shot scenario clearly implies when this tool is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description fully discloses operational behavior: execution time ('~3-4 min at the defaults on an RTX 4090'), immediate return with a prompt_id, polling recommendation using estimated_seconds, the single-continuous-shot limitation, resolution defaults and trade-offs, frame length constraints, and the sage_attention redundancy caveat. This is exceptional transparency for a complex tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is longer than typical but every sentence earns its place. It is front-loaded with the core purpose, then delivers practical operational details, performance expectations, and caveats in a structured, scannable format. No redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness5/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 15-parameter tool with no output schema, this description is remarkably complete. It covers the execution flow (returns prompt_id, poll job_status), performance, constraints, parameter defaults, and gotchas. The only minor omission is detailed error handling, but the provided context is sufficient for an agent to invoke and monitor the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description compensates by explaining the most significant parameters: length (frame count, 24fps, grid snapping, range), width/height (defaults and advice), sage_attention (do not set without list_assets), and first_frame/last_frame (local path or input-folder name). However, several parameters like steps, seed, scheduler, sampler_name, megapixels, shift_audio/video, and filename_prefix are left unexplained, though many are conventional.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action: 'Generate video with synchronized audio from a text prompt, optionally anchored by a first and/or last keyframe (MiniMax-H3 fl2va model)'. It distinguishes between text-to-video and image-anchored modes but does not explicitly differentiate from the sibling tool h3_reference_to_video, which is a similar generation tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides concrete usage context such as 'With no keyframes this is pure text-to-video' and warns against multi-shot use: 'cannot contain cuts, so for a multi-shot sequence call this once per shot and edit the clips together'. Also advises checking list_assets before setting sage_attention. Does not explicitly name alternative tools, but clear situational guidance is present.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses the behavioral scope: it lists models and media files from the input folder, implying read-only access. With no annotations, this is valuable context. It doesn't explicitly state 'read-only' or return format, but the description adequately conveys the tool's behavior for a simple list operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that immediately states the action and scope. Every word earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness5/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter discovery tool, the description is complete: it fully explains what assets are returned and that they are usable by name. No output schema or annotations are needed, and the description provides sufficient context for an agent to decide when to invoke it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. The description compensates by clarifying what will be listed, which is the only relevant semantic context.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and clearly identifies the resource (loadable assets: H3 models, images, videos, audio in the input folder). It also distinguishes itself from sibling tools by focusing on asset inventory rather than job management or generation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly establishes when to use the tool (when you need to know what ComfyUI can load). It does not explicitly mention alternatives, but sibling tools are obviously job-oriented, so context is sufficient without explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jonpojonpo/comfy-h3-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server