Skip to main content
Glama

Delimit Release Rollback

delimit_release_rollback
Destructive

Revert an entire environment to a known-good prior release version when service-wide regressions are detected. Use after release validation or alert flags to restore stability in lockstep.

Instructions

Revert a whole environment to a prior release version (experimental).

When to use: when delimit_release_validate or delimit_obs_alerts indicate a regression that spans services and you need to revert the WHOLE environment to a known-good release, not just one app. Typical sequence: alert fires -> delimit_release_history to pick a target -> this -> delimit_release_status to confirm. When NOT to use: to roll back a single app at the SHA level (use delimit_deploy_rollback), to roll back an npm publish (npm publish history is largely append-only — there is no clean rollback), or to roll forward (delimit_release_plan).

Sibling contrast: delimit_deploy_rollback reverts one app at the SHA level; this reverts a release version across services in lockstep. delimit_release_history is how you pick the to_version.

Side effects: invokes backends.ops_bridge.release_rollback which MUTATES the live environment — services are flipped to the to_version artifacts. No license gate at this level (handled by the backend's own admin checks). Marked EXPERIMENTAL — handler may return partial results on backends without rollback automation; verify with delimit_release_status afterwards. No automatic ledger write, no automatic notification — pair with delimit_evidence_collect + delimit_notify per the deploy-gate chain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYesCurrent release version that is failing. Required.
to_versionYesPrior release version to roll back to. Required.
environmentYesTarget environment. Required.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed3 schema fields changedv4.7.9
    • addedInput schema / properties / environment / description
      Added value: +"Target environment. Required."
    • addedInput schema / properties / to_version / description
      Added value: +"Prior release version to roll back to. Required."
    • addedInput schema / properties / version / description
      Added value: +"Current release version that is failing. Required."
  2. Addedv4.5.5

TDQS

A4.9/5.0
Behavior5/5

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

The description goes far beyond the annotations' destructiveHint, explaining that the tool invokes backends.ops_bridge.release_rollback, mutates the live environment, may return partial results on backends without rollback automation, and does not write to the ledger or notify automatically. It also tells the agent to verify with delimit_release_status afterwards. This is thorough behavioral disclosure.

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 long but highly structured with clear sections: summary, when to use, when not to use, sibling contrast, and side effects. Every sentence earns its place, especially given the destructive and experimental nature of the operation. The main action 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?

For a destructive, experimental environment-wide rollback, the description covers the full workflow, selection criteria, alternatives, side effects, failure modes, verification step, and missing automatic behaviors. The output schema exists, so return-value documentation is not the description's responsibility. Nothing critical is missing.

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

Parameters4/5

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

Schema coverage is 100% and the schema already documents the three required parameters. The description adds operational meaning by explaining that 'version' is the current failing release, 'to_version' is the prior known-good target, and that delimit_release_history should be used to choose it. This enriches the schema without redundancy.

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: 'Revert a whole environment to a prior release version.' It clearly distinguishes this from sibling tools by explicitly stating it reverts an entire environment in lockstep, not a single app at the SHA level. The experimental marker adds an important scoping note.

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 'When to use' section names concrete triggers (delimit_release_validate/delimit_obs_alerts indicating a cross-service regression) and gives a typical sequence with adjacent tools. 'When NOT to use' explicitly excludes single-app rollbacks, npm publish rollbacks, and roll-forwards, naming the correct alternatives. This is exemplary routing guidance.

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