Skip to main content
Glama

Delimit Release Validate

delimit_release_validate

Validates a release against preflight checks before rollout, returning a pass/fail verdict. Failed validations trigger evidence collection, notifications, and a P1 fix item.

Instructions

Validate that a release is safe to ship.

When to use: as the gate between delimit_release_plan and the actual rollout — confirms the release passes preflight checks. When NOT to use: for OpenAPI spec linting (delimit_lint) or for runtime health (delimit_obs_status).

Sibling contrast: delimit_release_plan describes what would ship; this attests it is safe to ship.

Side effects: on success, returns a passed verdict (no side effects). On failure, auto-chains:

  1. backends.repo_bridge.evidence_collect (records failure evidence)

  2. ai.notify.send_notification (webhook event release_validation_failed)

  3. ai.ledger_manager.add_item (creates ops-ledger fix item, P1)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYesRelease version string. Required.
environmentYesTarget environment ("production" / "staging").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv4.7.9
    • addedInput schema / properties / environment / description
      Added value: +"Target environment (\"production\" / \"staging\")."
    • addedInput schema / properties / version / description
      Added value: +"Release version string. Required."
  2. Addedv4.5.5

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations, the description clearly discloses the conditional side-effect behavior: no side effects on success, but on failure it auto-chains three specific actions (evidence collection, notification, ledger item). This is significant behavioral context the agent needs before invoking the tool.

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 well-structured with labeled sections: purpose, when to use, when not to use, sibling contrast, and side effects. Every section adds distinct value, and the most important usage guidance is front-loaded.

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

Completeness5/5

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

Given the tool has an output schema, the description does not need to explain return values. It covers purpose, usage boundaries, sibling differentiation, and side effects, which are the critical elements for correct invocation. Nothing essential is missing.

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%, so the parameters version and environment are already fully documented in the input schema. The description adds no additional parameter-level detail, which is acceptable but not above the baseline.

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 opens with a specific verb and resource: 'Validate that a release is safe to ship.' It explicitly distinguishes itself from delimit_release_plan, delimit_lint, and delimit_obs_status, making the tool's role clear relative to siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use ('gate between delimit_release_plan and the actual rollout'), when-not-to-use (OpenAPI linting, runtime health), and a sibling contrast with delimit_release_plan. This leaves no ambiguity about selection.

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/delimit-ai/delimit-mcp-server'

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