Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_request_contribution_review

DestructiveIdempotent

Request a separate authenticated reviewer email confirmation for exact filled fields and optionally the document structure. Only a human can supply the code. Review dependent fields together or review prerequisites first. This does not approve final delivery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNo
fieldIdsYes
projectIdYesHelvabase project/mapping ID returned by list or create dossier, never a local path.
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.
expectedRevisionYes
includeDefinitionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations declare readOnlyHint=false, destructiveHint=true, idempotentHint=true, and openWorldHint=true. The description does not contradict these; it emphasizes that only a human can supply the code, reinforcing the interactive nature (openWorldHint). However, it doesn't disclose what exactly gets destroyed beyond not approving final delivery, or any other side effects. With annotations covering the basic traits, the description adds some behavioral context (human-in-the-loop) but not deep 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 three sentences, each with a distinct purpose: first states the primary action and scope, second clarifies the human requirement, third provides sequencing and a caveat. It is front-loaded with the key information (that it requires human review) and avoids redundancy. Highly efficient.

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?

Given the tool's complexity (6 params, nested objects, no output schema), the description provides essential routing information and sequencing but falls short on parameter semantics for expectedRevision and locale. It does not explain error scenarios or what happens after the request, but likely the agent can infer from similar tools. Overall, adequate but not comprehensive.

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?

Schema description coverage is low at 33% (only projectId and idempotencyKey have descriptions). The description mentions 'exact filled fields' and 'document structure', which likely map to fieldIds and includeDefinition, adding some meaning beyond the schema. However, it does not explain expectedRevision or locale semantics, which are not described in the schema either. Thus the description partially compensates but leaves gaps.

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 action: request a separate authenticated reviewer email confirmation for specific filled fields and optionally document structure. It specifies the resource (constant fields and document structure) and distinguishes from 'confirm' tools like helvabase_confirm_contribution_review by noting it does not approve final delivery. Though the verb 'request' is clear)Skip, the title already conveys 'request contribution review', so it adds some clarity but not maximal distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use: to request a human reviewer confirmation, and when not: does not approve final delivery, implying use the confirm tool separately. It also provides sequencing guidance: 'Review dependent fields together or review prerequisites first', which helps the agent decide how to batch the request. This is strong guidance compared to siblings.

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.