Skip to main content
Glama

workspace_status

Check if the live ComfyUI workspace is reachable and identify missing prerequisites (bridge node or tab connection) before using other workspace tools.

Instructions

Check whether the live ComfyUI workspace can be reached.

The workspace is the workflow open in the browser. Reaching it needs two things beyond a running ComfyUI - the bridge node installed and a tab connected - and this reports which one is missing. Call it before the other workspace_* tools when they fail, and to find client_id values when several tabs are open.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It explains the core behavior (reports which prerequisite is missing) and the additional capability (client_id discovery). It implicitly indicates a read-only check, but does not explicitly state side-effect-free behavior or behavior when ComfyUI is not running, which would push it to a 5.

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 three sentences total: a clear purpose statement, a brief explanation of prerequisites, and a usage directive. Every sentence carries necessary information with no waste.

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?

For a zero-parameter diagnostic tool with an output schema, the description fully covers the tool's purpose, prerequisites, and recommended usage. It tells the agent what the workspace refers to, what conditions are needed, and how to use the results.

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 schema is trivially complete. The baseline for 0-param tools is 4, and the description logically explains the state being checked without needing parameter details.

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 uses a specific verb ('Check whether') and resource ('live ComfyUI workspace'), defining what the workspace is. It clearly distinguishes itself from siblings by explaining it reports which prerequisite (bridge node/tab) is missing and can find client_id values, which is unique among the listed tools.

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

Usage Guidelines5/5

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

Explicit guidance is given: 'Call it before the other workspace_* tools when they fail' and 'to find client_id values when several tabs are open.' This tells the agent exactly when to use this tool versus alternatives.

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/pytraveler/local-comfyui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server