Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_confirm_document_review

DestructiveIdempotent

Record one file review using the code explicitly provided by the reviewer. No inferred approval, signature or buyer submission. Changes invalidate the receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
itemIdYes
revisionYes
challengeIdYes
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

C2.7/5.0
Behavior3/5

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

Annotations already indicate destructive and idempotent behavior. The description adds the important note that 'Changes invalidate the receipt', which aligns with idempotency and clarifies that modifications void the operation. However, it does not explain what constitutes a 'receipt' or what happens on success/failure, and it does not mention permission or prerequisite requirements.

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 concise, with two sentences that front-load the purpose and add a critical constraint. Every word earns its place, and it avoids redundancy. However, it is almost too terse, omitting necessary details for a mutation with five parameters.

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?

With five required parameters, a nested object, no output schema, and minimal parameter descriptions, the description leaves significant gaps. It does not explain the revision structure, the challengeId meaning, or how the code is obtained, and it lacks failure handling or return value expectations. The invalidation note is helpful but insufficient for a complete calling context.

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

Parameters1/5

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

Schema description coverage is only 20% (only idempotencyKey has a description). The description mentions 'code' implicitly but does not explain the role of itemId, revision, challengeId, or code beyond the vague reference. It provides almost no added meaning for the parameters, forcing the agent to rely entirely on the schema for parameter semantics.

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 the action ('Record one file review') with a specific constraint ('using the code explicitly provided by the reviewer') and clarifies what it does not do ('No inferred approval, signature or buyer submission'). It is clear about the core purpose but does not differentiate from sibling confirm_* tools like confirm_review or confirm_contribution_review beyond the word 'file'.

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?

No guidance is given on when to use this tool versus alternatives. The description does not mention a paired request tool (e.g., request_document_review) or any context for selecting it. The only hint is 'using the code explicitly provided by the reviewer', which implies a specific workflow but does not explicitly state when to choose this over other confirm tools.

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.