Skip to main content
Glama

Helvabase — Governed response dossiers

helvabase_next_actions

Read-onlyIdempotent

Read the current dossier blockers before open deadlines and assigned work. Returns who should act and an exact work-item revision. This is a bounded work queue, not an approval, notification scheduler or declaration of complete RFP coverage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
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

A4.1/5.0
Behavior4/5

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

The description discloses the return content ('who should act and an exact work-item revision') and the scoped nature ('bounded work queue'). It complements the annotations (readOnlyHint, idempotentHint) by adding behavioral detail about the output and scope, without contradicting them.

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 two sentences, front-loading the core purpose and then the scoping constraint. No wasted words; every sentence adds value.

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?

The description adequately covers the purpose, the return type, and the scope. With annotations protecting read-only and idempotency, and a simple parameter set, the description is reasonably complete, though it doesn't mention pagination or format details of the 'work-item revision'.

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 50% (projectId has a description, limit does not). The tool description adds no information about either parameter, so the agent is left without guidance for the limit parameter. The description does not compensate for the schema gap.

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 function: it reads dossier blockers before deadlines and assigned work, returning who should act and a work-item revision. It explicitly distinguishes itself from sibling tools by clarifying it is a bounded work queue, not an approval, notification scheduler, or RFP coverage declaration.

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?

The description provides clear guidance on what the tool is for and what it is not, but it does not name specific alternative tools or give explicit when-to-use/when-not-to-use conditions beyond the negations. It is clear enough for an agent to infer usage context.

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.