get_most_recent_cl
Retrieve a user's last change list (CL) in Gerrit. Identify the code review they last touched.
Instructions
Gets the most recent CL for a user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | ||
| gerrit_base_url | No |
Retrieve a user's last change list (CL) in Gerrit. Identify the code review they last touched.
Gets the most recent CL for a user.
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | ||
| gerrit_base_url | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description is the sole source of behavioral disclosure. It only states the action without revealing what 'most recent' means, whether the result is a single change or list, or any limitations. This is a significant gap.
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?
The description is a single, clear sentence with no redundancy. However, it is under-specified for the tool's complexity, but as a matter of conciseness it has no waste.
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?
The tool has no annotations, no output schema, and only a minimal description. It does not explain return values, the meaning of 'most recent', or how to specify the user. This is incomplete for an agent to reliably invoke.
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%. The description mentions 'for a user' but does not explain the 'user' parameter format (email, username, ID) nor the optional 'gerrit_base_url' parameter. The description fails to compensate for the schema's lack of explanatory text.
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 ('Gets') and resource ('most recent CL for a user'), clearly indicating the tool's function. However, it does not explicitly distinguish itself from siblings like query_changes or get_change_details, so it falls short of a 5.
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 usage guidance is provided. The description does not mention when to use this tool versus alternatives like query_changes, nor does it describe prerequisites or context.
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