Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_work_items

Read-onlyIdempotent

Read a page of this dossier's deadlines, assignments, comments, clarifications or notification records.

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false, so the safety profile is clear without the description. The description adds the notion of a 'page,' which hints at pagination, but it does not disclose any additional behavioral traits such as sorting, record completeness, or how notifications and comments may be represented.

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 a single, front-loaded sentence with no filler. It states the action and resource immediately and lists the supported record kinds efficiently.

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?

For a low-complexity read tool with strong annotations, the description is minimally viable: it names the resource and the supported kinds, while the schema handles required fields, enum values, and pagination limits. However, with no output schema, it does not describe what a returned page looks like, and it offers no guidance on sibling selection, leaving some context incomplete.

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 25%, and the description mostly repeats the kind enum values that are already in the schema. It does not add meaningful semantics for limit or offset beyond the word 'page,' and it does not explain how projectId connects to 'this dossier' beyond the schema's existing description.

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 uses a specific verb ('Read') and a clear resource ('a page of this dossier's deadlines, assignments, comments, clarifications or notification records'), so an agent can tell what it operates on. However, it does not differentiate itself from similar read-oriented siblings like helvabase_notification_history or helvabase_read_contribution_history, so it stops short of a 5.

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?

No explicit guidance is given about when to use this tool versus alternatives. The description implies 'use this when you need to read work-item-style records for a dossier,' but it does not state exclusions or name any sibling that might be a better fit, despite a large sibling list with several overlapping read 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.