Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_request_control_arbitration

DestructiveIdempotent

Request the authenticated reviewer's email confirmation to arbitrate up to ten exact business questions in the current report. Only human-arbitration questions qualify; deterministic failures and missing evidence cannot be overridden. The reviewer must inspect the exact values and rationale. This is not final dossier approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonYes
issueIdsYes
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.
reportRevisionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

The description adds significant behavioral context beyond annotations, such as requiring human inspection of exact values and rationale, and stating that it is not final approval. It also implies mutation, which aligns with destructiveHint, though it could mention idempotency explicitly since the schema already includes it.

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 concise, front-loaded with the core action, and every sentence adds essential information. It avoids redundancy with the schema and annotations, earning its place.

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 complexity and the 4 required parameters, the description covers the critical constraints (issue eligibility and scope limit) and the intended workflow. It does not detail the exact format for reportRevision, but the schema already provides that structure, so the description is sufficient for correct invocation.

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 only 25%, so the description must compensate. While it clarifies the purpose of issueIds and reason implicitly, it does not explain the semantics of reportRevision or idempotencyKey beyond what the schema provides. The description adds value for the overall flow but lacks parameter-specific guidance.

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 clearly states the tool's action: requesting the authenticated reviewer's email confirmation to arbitrate up to ten business questions in a report. It specifies the scope and explicitly distinguishes from final dossier approval.

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 provides explicit guidance on when to use the tool: only for human-arbitration questions, not for deterministic failures or missing evidence. It also clarifies that this is not final dossier approval, preventing misuse.

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.