Skip to main content
Glama
sheepit-ai

sheepit-mcp

Official
by sheepit-ai

Full health verdict + four signals for one release

release_health

Retrieve the pre-computed health verdict for a release, including crash-free rate, error rate, latency, conversion, and code context, with delta against the prior release.

Instructions

Return the full pre-computed health verdict and all four signals (crash-free, error rate, p95 latency, conversion) for ONE release, plus code context (commit SHA, PR number, PR title, branch, commit count) and the delta vs the prior release. health_status and health_score are authoritative — narrate them, never derive your own verdict from the individual rates. conversion_rate may be null when business metrics are not instrumented for this project; do not treat null as 0%.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
release_idYesUUID of the release to inspect.
environment_idNoFilter health snapshot to a specific environment.
window_minutesNoRolling window in minutes for the health signals (5–10080, default 60).
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the health is pre-computed, returns deltas, and includes critical warnings about null handling and authoritative fields. This provides sufficient behavioral context beyond the schema.

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 but packs all key information: what is returned, the authoritative fields, and null handling. It is front-loaded with the main purpose. Could be slightly improved with bullet points, but overall concise.

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?

Given no output schema, the description covers the main return values (health verdict, four signals, code context, delta) and includes important caveats about conversion_rate. It is sufficiently complete for an agent to understand what to expect.

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?

The input schema already has 100% description coverage for all three parameters, including types, defaults, and ranges. The description adds no additional parameter semantics beyond what's in the schema, so baseline 3 is appropriate.

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 explicitly states it returns the full pre-computed health verdict, all four signals, code context, and delta for ONE release. This clearly differentiates it from sibling tools like release_list or release_regressions, which have different purposes.

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 explicit guidance on how to use the outputs: health_status and health_score are authoritative, and not to derive verdicts from individual rates. It also warns that conversion_rate may be null. However, it does not explicitly compare to alternatives like release_regressions for when to use this tool.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sheepit-ai/sheepit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server