Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_define_dossier_workspace

DestructiveIdempotent

Define this specific dossier from the current analysis. Preserve all original files in Snipara; reference their source IDs. Distinguish document kind from its role (complete/create/attach/information/missing), scope any supersession to clauses/lots, and keep company knowledge and strategy internal. Model opportunity, assumptions, risks and strategy as internal fields. Retain stable IDs and all existing useful contributions. Never infer complete extraction or approval. A new definition or context requires review. Use explicit responseOutline in submit_analysis and bind buyer text fields to those section IDs.

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

The description provides extensive behavioral rules beyond the annotations: preserve original files, reference source IDs, distinguish document kind from role, scope supersession to clauses/lots, keep company knowledge internal, model internal fields, retain stable IDs and existing contributions, never infer extraction or approval, and require review for new definitions. This fully discloses how the tool behaves, complementing the annotations (write, idempotent, destructive) without contradiction.

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 dense but appropriately structured: it opens with the main purpose and then lists behavioral imperatives in a logical order. Each clause adds distinct meaning without redundancy. For a tool with this complexity, the length is justified; it is not bloated but efficient in conveying many rules.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/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 parameters, nested objects, many fields), the description covers all critical behavioral aspects: preservation, source referencing, kind/role distinction, supersession scope, confidentiality, field modeling, ID stability, inference limitations, review requirements, and integration with submit_analysis. No output schema exists, but for a mutation tool this is acceptable. The description is comprehensive for an agent to correctly invoke it.

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

Parameters4/5

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

Schema coverage is only 33%, and many nested fields lack descriptions. The description compensates by explaining the meaning of key concepts like kind vs. role, scoping supersession, internal fields, and binding buyer text fields to responseOutline. It clarifies how to structure the definition and the roles of revision parameters (analysisRevision, contextRevision) implicitly. While not every parameter is detailed, the description adds substantial semantic value.

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 purpose: 'Define this specific dossier from the current analysis.' It specifies the resource (dossier workspace) and action (define) with context, and distinguishes from generic 'create' or 'contribute' tools by emphasizing it works from the current analysis. The detailed behavioral constraints further clarify its scope.

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 when to use it (when defining a dossier from analysis) but does not explicitly compare with sibling tools like create_dossier or contribute_dossier. It states a new definition or context requires review, which hints at conditions, but lacks clear 'use X instead' guidance. This leaves some ambiguity for an agent selecting among many related 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.