abandon_change
Abandon a Gerrit change to stop its review. Provide the change ID and an optional message to record the reason.
Instructions
Abandons a change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| change_id | Yes | ||
| gerrit_base_url | No |
Abandon a Gerrit change to stop its review. Provide the change ID and an optional message to record the reason.
Abandons a change.
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| change_id | Yes | ||
| gerrit_base_url | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral transparency. 'Abandons a change' implies a mutation but does not disclose any side effects, permission requirements, reversibility, or what the result looks like. This is a significant gap for a state-changing operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
While the description is extremely short, it is under-specified rather than appropriately concise. For a tool with multiple parameters and no annotations, one sentence is insufficient to guide an agent, making this a case of brevity over substance.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations, output schema, and any parameter explanation, the description provides only a minimal clue about the tool's purpose. It does not cover return values, side effects, or relationships to sibling tools, making it incomplete for an agent to use effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not mention any of the three parameters (change_id, message, gerrit_base_url). An agent receives no additional semantic meaning beyond the raw schema, so the description fails to compensate for the lack of parameter documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'abandons' and a resource 'change', indicating the primary action. It is clear but does not explicitly differentiate from sibling tools like revert_change or set_work_in_progress, which could also be considered alternative actions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives, and no exclusions or prerequisites are mentioned. The description simply states the action without any contextual usage advice.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GerritCodeReview/gerrit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server