Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_read_document_plan

Read-onlyIdempotent

Read the current proposed document plan and its exact revision. A proposal is not production consent or final review.

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

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint false, so the safety profile is covered. The description adds useful behavioral nuance: it returns the exact revision and warns that the output is only a proposal, not production consent or final review, which prevents misinterpretation.

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, front-loaded with the action and resource, followed by a meaningful caveat. Every sentence earns its place and there is no redundant filler.

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?

Given the low complexity (one well-documented parameter, no output schema, annotations covering safety), the description is nearly complete. It could mention what happens when no proposal plan exists or describe the return shape, but the core information needed to invoke correctly is present.

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?

With 100% schema description coverage for the single projectId parameter, the schema already fully documents the parameter. The description adds no additional parameter-level meaning, so baseline 3 is appropriate.

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 ('read') and names the exact resource ('current proposed document plan') plus a distinctive detail ('exact revision'). It clearly differentiates from write/approval siblings like propose_document_plan and confirm_plan_agreement by framing this as a read-only inspection of a proposal.

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 this tool is for reading the current proposal plan and notes that a proposal is not production consent or final review. However, it does not explicitly state when to prefer this over related siblings such as propose_document_plan or confirm_plan_agreement, leaving the routing logic mostly implicit.

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.