Skip to main content
Glama

workbench_status

Retrieve current status of a 3D generation job, or enqueue a fresh check to get the latest state of the bound web asset.

Instructions

Read local state or enqueue a fresh check of the exactly bound web asset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
refreshNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.1

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden. It does disclose a read/refresh dual-mode and mentions 'enqueue a fresh check', which hints at side effects, but it does not explain consequences, whether the check is asynchronous, what local state means, or any failure behavior.

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 a single short sentence with the core behavior front-loaded. No filler or redundancy, though the phrase 'exactly bound' could be clearer without adding length.

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

Completeness2/5

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

For a tool with no annotations, no output schema, and 0% schema coverage, this description is too thin. It leaves unclear what the returned status looks like, what 'exactly bound' means, what triggers a refresh, and how job_id relates to the asset.

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%, so the description must compensate, but it does not explicitly explain either parameter. 'Fresh check' loosely maps to the refresh flag, and 'exactly bound web asset' hints at job_id, but the mapping is implicit and incomplete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Read local state or enqueue a fresh check') for a resource ('web asset'), so it is not a tautology. However, 'exactly bound web asset' is vague jargon, and the tool's purpose is not clearly distinguished from siblings like workbench_watch or workbench_get.

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?

There is no guidance on when to use this tool versus any of the many siblings. The dual-mode behavior implies some usage context, but no conditions, exclusions, or alternatives are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.