Skip to main content
Glama

Workshop availability on this server

open77_workshop_status
Read-only

Check if your Open77 server can browse, install, and publish through the Workshop by verifying masterServer and warden.hubFileGatewayOrigin settings.

Instructions

Whether this server can browse, install and publish through the Workshop (masterServer and warden.hubFileGatewayOrigin settings).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare this as read-only and open-world-safe, and the description does not contradict them. It adds useful context by naming the underlying settings that determine availability (masterServer and warden.hubFileGatewayOrigin), but it does not disclose the exact return shape or any other behavioral details.

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 a single well-formed sentence that states scope and relevant configuration context without wasted words. The key capability question is front-loaded.

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 zero-parameter, read-only status check, the description is mostly complete: it tells the agent what question the tool answers and what settings influence it. It does not describe the return value format, but the phrasing 'Whether...' strongly implies a boolean-like capability answer, which is adequate given the low complexity.

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 and 100% schema description coverage, so there is no parameter meaning for the description to add. The described behavior is sufficient for this parameterless tool.

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 clearly states the tool reports whether Workshop-related operations are available, naming the specific capabilities (browse, install, publish) and relevant configuration settings. It is distinct from action-oriented sibling tools like workshop_install or workshop_search because it is a status probe, though it does not explicitly name an alternative.

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 wording 'Whether this server can...' implies this should be used as a capability/precondition check before attempting Workshop operations. However, there is no explicit guidance about when to prefer this over the sibling status or Workshop action tools, nor any stated exclusions.

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