Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_library

Read-onlyIdempotent

Find current approved reusable answers for this dossier. Source validity, owner, scope and contradictions are checked live. includeHistory exposes non-eligible history with explicit blockers, never as approved truth. Reuse always requires adaptation and fresh review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
entryIdNo
questionNo
projectIdYesHelvabase project/mapping ID returned by list or create dossier, never a local path.
includeHistoryNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds that source validity, owner, scope, and contradictions are checked live, and that includeHistory returns non-approved history with blockers. This provides behavioral detail beyond 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?

Three concise sentences, front-loaded with the core purpose. Every sentence adds value, and there is no fluff. The structure is efficient and readable.

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?

The description covers the core purpose and the includeHistory nuance, but lacks explanations for entryId, question, and limit. An agent may not know how to use these parameters correctly. However, the tool is read-only and annotations cover safety, so it's not severely incomplete, but still has gaps.

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

Parameters2/5

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

Schema description coverage is only 20% (only projectId has a description). The description explains includeHistory's behavior but not limit, entryId, or question. With low coverage, the description should compensate more; it only partially does.

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?

States a specific verb 'find', resource 'current approved reusable answers', and scope 'for this dossier'. It also notes live checks for validity, owner, scope, and contradictions. It doesn't explicitly name sibling tools, but the purpose is clear enough to distinguish from many related tools.

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?

Provides guidance on the includeHistory parameter, explaining that it exposes non-eligible history with blockers and never as approved truth, plus a warning that reuse requires adaptation and fresh review. However, it doesn't mention alternatives like helvabase_library_source or helvabase_reuse_library_entry, so no explicit when-to-use vs alternatives.

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.