Skip to main content
Glama

comfy_emergency_stop

Destructive

Interrupt running and pending jobs instantly, clear the queue, and free VRAM. Use this emergency stop to halt all ComfyUI processes immediately.

Instructions

Emergency stop: interrupt current job, clear queue, and free VRAM. Destructive.

WARNING: This is destructive - it will cancel all running and pending jobs.

Args: confirm: If False, the tool asks for explicit confirmation via elicitation before proceeding. Pass True to skip the prompt (useful when firing from automated safety checks).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already mark destructiveHint=true, but the description goes beyond by detailing exactly what is destroyed: 'will cancel all running and pending jobs.' It also explains the confirmation elicitation behavior for the confirm parameter, adding useful context not in annotations.

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 well-structured with a brief summary, a warning, and parameter explanation. It is concise but has minor redundancy in repeating 'destructive' in both the summary and warning. Overall, each part earns its place.

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

Completeness4/5

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

For a simple tool with one parameter, the description covers the purpose, destructive side effects, and parameter behavior. It does not need to explain return values since an output schema exists. It is complete enough to guide an agent correctly.

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

Parameters5/5

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

The schema only provides a boolean with default false, but the description fully explains the semantics: 'If False, the tool asks for explicit confirmation via elicitation before proceeding. Pass True to skip the prompt.' This adds critical meaning and use-case context beyond the bare schema.

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 actions: 'interrupt current job, clear queue, and free VRAM.' It uses a specific verb and resource combination, and the phrase 'emergency stop' distinguishes it from siblings like comfy_interrupt or comfy_free_vram.

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 implies usage for emergency situations but does not explicitly compare alternatives like comfy_interrupt or comfy_clear_queue. The confirm parameter guidance is helpful, but it lacks direct exclusions or when-not-to-use guidance.

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