Skip to main content
Glama

research_cycle_status

Read-onlyIdempotent

Retrieve research-cycle artifacts, gate settlements, reviews, and linked Codex tasks for a given task ID to track governance progress.

Instructions

Return the durable research-cycle artifacts, gate settlements, reviews, and linked finite Codex tasks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds some context by naming the categories of returned data, but it discloses no edge-case behavior, error conditions, or whether results are scoped to a specific cycle.

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 a single sentence, front-loaded with the action verb, and contains no redundant filler. It is concise, though the domain jargon like 'durable research-cycle artifacts' and 'gate settlements' reduces clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter tool with no output schema, the description is too thin: it omits task_id semantics, output structure, and how this status tool relates to the many sibling tools. The broad list of return categories is helpful but not sufficient for confident invocation.

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

Parameters1/5

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

The schema has one required task_id parameter with 0% description coverage, and the description never mentions task_id at all. It does not explain what task_id identifies, how it relates to the research cycle, or what values are meaningful, leaving the agent to guess.

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 names a clear verb ('Return') and a specific resource: durable research-cycle artifacts, gate settlements, reviews, and linked finite Codex tasks. This is more informative than a generic status description, though it does not explicitly differentiate itself from sibling research/rva tools.

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 guidance is given about when to use this tool versus alternatives such as research_knowledge_status, rva_review_result, or research_record_settlement_decision. The read-only annotations imply a status-checking use case, but the description itself provides no selection criteria or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.