Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_confirm_business_claim_approval

DestructiveIdempotent

Approve the exact sourced business claim with only the code explicitly supplied by its reviewer. Proof and current versions are rechecked. A changed statement or proof cannot reuse this decision. Separate from library/dossier approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
revisionYes
projectIdYesHelvabase project/mapping ID returned by list or create dossier, never a local path.
challengeIdYes
claimVersionIdYes
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

A4/5.0
Behavior4/5

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

Annotations already declare destructive, idempotent, not read-only behavior, so the description doesn't need to restate those. It adds meaningful context: it rechecks 'proof and current versions' and that a changed statement/proof cannot reuse the decision, which gives the agent a guard against blind confirmation. This goes beyond what the annotations say.

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 short and front-loaded, covering the main action, required constraint, rechecks, and exclusion in four sentences. It earns its place with no filler, though it could be slightly tighter if it directly named the sibling to disambiguate 'apply' but the brevity remains effective.

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?

This is a destructive, idempotent mutation with six required parameters, no output schema, and sparse parameter semantics. The description gives the core decision logic but does not mention what happens on success/failure, what is destroyed, or how to relate the parameters to the workflow. Because of the tool's nontriviality, more explanation around expected outcomes and exact call prerequisites would be needed for full completeness.

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?

Only two of six parameters have schema descriptions (33% coverage), so the description should compensate. It adds meaning to 'code' by saying it is the reviewer-supplied value and hints that 'current versions' relate to the versioning parameters, but it does not explain claimVersionId, revision, or challengeId in enough detail for an agent to confidently map them without outside knowledge.

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 states a very specific verb and resource: 'Approve the exact sourced business claim'—with a strong qualifier distinguishing the approval from library/dossier approval. It also embeds the key constraint that only the reviewer-supplied code may be used, which uniquely separates it from other approval-related siblings and gives an agent a precise mental model.

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

Usage Guidelines4/5

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

The description clearly says the code must come 'explicitly supplied by its reviewer,' implying this is the confirmation step after a reviewer provides code. It also says that if proof or current versions change, the decision cannot be reused, and explicitly separates this from library/dossier approval. It doesn't, however, name the 'apply' sibling to distinguish them beyond the separation from library/dossier.

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.