Skip to main content
Glama

change_set_revert

Revert a changeset by generating a reverse update-only changeset, preserving original history and rejecting stale or unsupported changes to prevent partial reverts.

Instructions

Create a new reverse ChangeSet for a safe, fully reversible update-only ChangeSet. Original History is preserved; stale or unsupported changes are rejected instead of partially reverted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskNo
actorNo
planIdNo
reasonNo
gitHeadNo
changeSetIdYes
projectRootNo
chainScopeIdNo
includeStructuredNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses key behaviors: a new reverse ChangeSet is created, original history is preserved, and stale or unsupported changes are rejected rather than partially reverted. This goes beyond the tool name, though it omits details like permissions or side effects.

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?

Two sentences deliver the core purpose, safety properties, and rejection behavior with no filler. The most important constraint is front-loaded.

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?

Despite a concise behavioral summary, the tool has 9 parameters and no output schema; the description does not explain what each parameter does, what the successful result looks like, or what inputs are required beyond changeSetId. This is insufficient for reliable invocation of a 9-parameter tool.

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?

Schema description coverage is 0% and the description adds no meaning for any of the 9 parameters. Required changeSetId is obvious from the schema, but parameters like task, actor, planId, reason, gitHead, projectRoot, chainScopeId, and includeStructured are entirely unexplained, leaving the agent without guidance.

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 states a specific action ('Create a new reverse ChangeSet') on a specific resource, clearly distinguishing it from sibling tools like graph_mutate or block_code_mutate. The constraint 'update-only ChangeSet' further clarifies scope.

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 identifies the intended use case: reverting a 'safe, fully reversible update-only ChangeSet.' It clearly implies when this tool is appropriate, though it does not explicitly name alternatives or state when not to use it.

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

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/yubinbin32-ops/Mdflow-Canvas'

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