Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_managed_proof

Read-onlyIdempotent

Inspect evidence readiness, questionnaire gaps and team work for this dossier. Readiness is not final document approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesHelvabase project/mapping ID returned by list or create dossier, never a local path.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive. The description adds a useful caveat that readiness is not final approval, and the 'Inspect' framing aligns with the read-only annotation. But it provides no additional depth such as what the returned state means or how readiness is determined.

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 short sentences, with the core action and scope front-loaded and the clarifying caveat placed at the end. No repetitive filler or schema-restating content.

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

Completeness3/5

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

The complexity is low, and the tool has complete schema coverage and strong safety annotations. However, there is no output schema, and the description does not explain what the inspection outcome looks like, so an agent must still guess at the return format and interpretation of 'readiness'.

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?

There is one parameter and schema coverage is 100%: the input schema already contains a detailed description of projectId, including its source and what it is not. The tool description does not need to add parameter detail, so the baseline score of 3 is appropriate.

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 a concrete verb ('Inspect') and names the resource/scope: evidence readiness, questionnaire gaps, and team work for the dossier. The extra sentence clarifies the tool does not finalize approval, though it does not explicitly differentiate it from closely related sibling tools like check_draft or next_actions.

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 description implies the tool is used when an agent needs a readiness inspection and explicitly warns it is not final document approval. However, it does not state when to prefer this tool over read/check siblings, nor does it provide concrete conditions or alternatives.

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.