Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_setup_workspace

DestructiveIdempotent

Provision or synchronize the current workspace connection. Requires a workspace owner or administrator; returns setup status only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idempotencyKeyYesUnique key for this logical mutation. Reuse exactly the same key and arguments after a timeout; never generate a new key to force a replay.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare destructive, idempotent, and non-read-only behavior. The description adds meaningful context beyond these: it specifies the required role (owner/admin) and clarifies that it returns setup status only. This enriches the agent's understanding of permissions and output without contradicting the annotations.

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?

Two concise sentences with no filler. The core action is front-loaded, and the permission requirement and return scope are stated efficiently. Every word 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?

For a single-parameter tool with rich annotations, the description is nearly complete. It covers purpose, permission, and return behavior. It could clarify what 'setup status' entails or how to interpret the result, but this is a minor gap for such a simple tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage for the only parameter (idempotencyKey), including a clear description. The tool description adds no extra parameter-level guidance, so the baseline of 3 is appropriate since the schema does the heavy lifting.

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 states a clear action ('Provision or synchronize') on a specific resource ('the current workspace connection'). It is not a tautology and is distinctive from sibling tools like helvabase_workspace_setup_status or helvabase_define_dossier_workspace, though it does not explicitly name them to differentiate.

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?

The description provides a prerequisite ('Requires a workspace owner or administrator') but gives no guidance on when to use this tool versus alternatives. It does not mention any sibling tools or conditions for selection, leaving the agent to infer usage context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.