Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_propose_document_plan

DestructiveIdempotent

After RFP analysis, propose the complete sourced multi-document plan. Every analysis requirement must be mapped. Use fill_existing for supplied forms, create_new for requested/proposed new deliverables, attach_existing for unchanged attachments, reference_only or request_missing. Required language and rationale per item. This saves a proposal only; present it to the user before requesting agreement. expectedRevision implements optimistic concurrency.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYes
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.
analysisRevisionYes
expectedRevisionYes

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?

Beyond the annotations, the description adds useful behavioral context: the operation only saves a proposal, does not itself request agreement, and expectedRevision implements optimistic concurrency. It does not fully explain the destructive implications hinted by destructiveHint, but it does not contradict the annotations.

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 compact, front-loaded with the core purpose, and every sentence adds operational value. The action mappings and optimistic concurrency note are dense but not padded.

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?

For a complex nested-object tool with no output schema, the description provides strong workflow context and constraints, especially that every analysis requirement must be mapped. It leaves some revision-parameter semantics to the schema, but the combination of schema and description is largely sufficient for correct invocation.

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?

With only 40% schema description coverage, the description compensates meaningfully by explaining the action enum semantics: fill_existing for supplied forms, create_new for new deliverables, attach_existing for unchanged attachments, and reference_only/request_missing for missing items. It also highlights required language and rationale per item and clarifies expectedRevision's concurrency role.

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 opens with a specific verb and resource: 'propose the complete sourced multi-document plan' after RFP analysis. It also distinguishes this tool from related siblings like read_document_plan, request_plan_agreement, and confirm_plan_agreement by stressing that this step only saves a proposal for user presentation.

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?

It gives clear context for when to use the tool ('After RFP analysis') and states the workflow position ('present it to the user before requesting agreement'). It does not explicitly name sibling tools as alternatives, but the sequencing and action-mapping guidance make the intended usage unambiguous.

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.