Skip to main content
Glama

comfy_describe_dynamics

Read-onlyIdempotent

Get a one-shot snapshot of ComfyUI system dynamics: queue counts, recent events, and active jobs. Use it to monitor workflow status and diagnose bottlenecks at a glance.

Instructions

One-shot snapshot of system dynamics (queue + recent events + active jobs).

Returns structured DynamicsReport with queue counts, recent event types, and active job summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
active_jobsNo
queue_pendingNo
queue_runningNo
active_job_countNo
event_types_seenNo
recent_event_countNo
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds that it's a 'one-shot snapshot' (no streaming or long-running) and clarifies the returned structure, which is useful context beyond the annotations. No contradictions found.

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 two concise sentences, front-loaded with the essential purpose ('One-shot snapshot') and followed by the return structure. No filler words, every sentence earns its place.

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

Completeness5/5

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

With 0 parameters, a rich output schema, and comprehensive annotations, the description covers the necessary selection and invocation context. It explains what is returned (queue counts, event types, active job summary), making it complete for a read-only snapshot tool.

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?

The tool has zero parameters, so the baseline is 4. The description provides no parameter information, but none is needed. It does not need to compensate for any schema gaps.

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 it provides a 'One-shot snapshot of system dynamics' with explicit components (queue, recent events, active jobs). It specifies the return type and differentiates from siblings like comfy_get_queue or comfy_get_events by combining multiple aspects into a single snapshot.

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

Usage Guidelines4/5

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

The 'one-shot snapshot' phrasing implies use when a quick overview of system dynamics is needed rather than querying individual sub-systems. However, it does not explicitly name alternatives or state when not to use this tool, so it falls short of a 5.

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