Skip to main content
Glama

comfy_get_environment_status

Read-onlyIdempotent

Inspect Env Manager runtime, node environments, and workers to identify issues while preserving healthy data. Use the limit and configured-only options to narrow results.

Instructions

Inspect Env Manager runtime, node environments, and workers.

Each endpoint is independent: a broken /env-manager/runtime response is reported without hiding working environment/worker data. By default the often very large environment list is reduced to configured or materialized entries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
configured_onlyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Beyond the annotations (readOnlyHint=true, destructiveHint=false), the description adds valuable behavioral context: each endpoint is independent and partial failures are reported without hiding other data, and the environment list is reduced by default to configured/materialized entries. These traits help set expectations about resilience and output size.

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 with no wasted words. The first sentence defines scope, and the second adds crucial behavioral caveats; each sentence 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?

The tool inspects multiple resources and has an output schema. The description covers error isolation and default filtering, providing solid operational context. However, it omits parameter explanations and usage guidance, leaving a few gaps for an agent to infer.

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?

Schema description coverage is 0%, and the description does not explicitly mention `limit` or `configured_only`. The note about default reduction to configured/materialized entries indirectly relates to `configured_only`, but the description fails to define the parameters or their effects clearly.

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 uses the specific verb 'Inspect' and names concrete resources (Env Manager runtime, node environments, workers), making its scope clear. It distinguishes from generic status tools like comfy_get_status but does not explicitly name alternatives.

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?

No guidance is provided about when to use this tool versus siblings such as comfy_get_system_stats or comfy_get_status. The description gives no usage conditions, prerequisites, or exclusions.

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