Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_read_filling_field

Read-onlyIdempotent

Read the next bounded Unicode page of one filling value, with sources, author and approval state. Reassemble this exact revision. Missing, stale or unsourced required answers return no usable value. Preserve citations in the separate audit unless the buyer requests them. A working-copy value is not final file approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNo
fieldIdYes
maxCharsNo
projectIdYesHelvabase project/mapping ID returned by list or create dossier, never a local path.
documentIdYes
expectedRevisionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior4/5

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

While annotations already establish read-only, idempotent, and non-destructive behavior, the description adds meaningful context: bounded Unicode pagination, conditional failure for missing/stale/unsourced answers, and the distinction between a working-copy value and final file approval. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core action, and each sentence adds distinct information. Some phrases are domain-specific and slightly opaque ('separate audit', 'buyer requests them'), but there is no redundant or filler content.

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?

Given a 6-parameter tool with nested objects and no output schema, the description provides useful semantics but leaves gaps: the exact shape of the returned value, how to assemble pages, and how expectedRevision interacts with pagination are only implied. It is adequate for a simple read but not fully complete for correct invocation.

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 17%, so the description must carry most of the parameter-semantics burden. It hints at offset/maxChars via 'next bounded Unicode page' and at expectedRevision via 'Reassemble this exact revision,' but it does not clarify fieldId, documentId, offset behavior, maxChars semantics, or how expectedRevision is obtained.

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?

The description identifies a specific verb ('Read'), a resource ('one filling value'), and the returned aspects ('sources, author and approval state'). It does not explicitly contrast with sibling read tools such as helvabase_read_filling_handoff or helvabase_read_source_excerpt_page, but the core purpose is clear.

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

Usage Guidelines2/5

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

There is no explicit statement of when to prefer this tool over alternatives, nor any exclusion criteria. The caution about missing, stale, or unsourced answers implies a suitability condition, but the description never directs the agent toward a sibling for other cases.

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.