Skip to main content
Glama

coeus_release_readiness

Evaluate release readiness and get a ship/no-ship checklist for your target, including optional git status, to identify blockers before publishing.

Instructions

Return a ship/no-ship release readiness checklist

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoTargetpublic github release
include_git_statusNoInclude git status

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the output type (checklist) but does not mention whether the tool performs side effects, requires specific permissions, or how it gathers information (e.g., git status, target context). The description is too thin to convey behavioral expectations for an agent.

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 sentence that is concise and front-loaded with the core purpose. There is no wasted wording, and the message is delivered immediately.

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?

The tool has no output schema, no annotations, and only two optional parameters. The description provides minimal context about what the checklist contains, what inputs are used for, or when to invoke it. An agent would need additional context to know if this is the right tool for a given task, and the absence of behavioral or usage guidance makes it incomplete.

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

Parameters3/5

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

Schema description coverage is 100%, with both parameters ('target' and 'include_git_status') having descriptions in the schema. The description itself adds no additional meaning about parameters, but the baseline of 3 applies because the schema already documents them sufficiently.

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 states a clear action: 'Return a ship/no-ship release readiness checklist'. This conveys the tool's purpose precisely with a specific verb and resource. It doesn't explicitly differentiate from sibling tools, but the purpose is unambiguous enough to be understood without comparing to others.

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 guidance on when to use this tool versus alternatives. The description does not mention any prerequisites, conditions, or scenarios where this tool is preferred over other sibling tools like coeus_review_bundle or coeus_healthcheck. The agent is left 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.