Skip to main content
Glama
chapmanjw

Rutherford MCP Server

by chapmanjw

review

Review code changes by submitting a diff or file paths for analysis by multiple AI agents, receiving a combined verdict with per-agent feedback.

Instructions

Review a diff or a set of files across one or more ACP agents (read-only). Provide diff or paths.

A read-only consensus under the principal-reviewer persona: each agent reviews the code and the panel returns every voice plus a combined verdict. targets is a list of {cli, model} objects (or cli / cli:model strings); or name a saved panel (with optional panel_overrides) instead -- the two are mutually exclusive. Provide diff (a unified diff, inlined into the prompt) or paths (files put in scope for the agents to read). synthesize defaults on (the combined verdict); pass false for the raw per-voice reviews. Always read-only -- a review never mutates the tree.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
diffNo
roleNoprincipal-reviewer
panelNo
pathsNo
targetsNo
timeout_sNo
synthesizeNo
working_dirNo
panel_overridesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Despite no annotations, the description fully discloses behavioral traits: 'Always read-only -- a review never mutates the tree', 'read-only consensus under the principal-reviewer persona', and the behavior of synthesize (default combined verdict, false for raw per-voice). This is transparent and thorough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively long but well-structured, front-loading the core purpose. Every sentence adds information, though some redundancy exists (e.g., restating read-only). It earns its length due to the complexity of the tool.

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

Completeness4/5

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

Given the tool's complexity (9 parameters, no required params, output schema exists), the description covers main parameters and behavior well. It lacks details on error handling or prerequisites but is substantially complete for an AI agent to use correctly.

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?

With 0% schema description coverage, the description must compensate. It explains most parameters: targets (list of cli/model objects or strings), panel (saved panel with overrides), diff (unified diff inline), paths (files in scope), synthesize (boolean for combined verdict), role (principal-reviewer). Only timeout_s and working_dir are not explained, but the description adds significant value beyond the schema.

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 clearly states the verb 'Review' and the resource 'a diff or a set of files across one or more ACP agents (read-only)'. It distinguishes itself from siblings by specifying it's a read-only consensus under the principal-reviewer persona, which is unique among the sibling tools.

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 provides clear guidance on how to use the tool: provide diff or paths, targets vs panel are mutually exclusive, synthesize defaults on, always read-only. It doesn't explicitly compare to sibling tools like 'consensus' or 'debate' but gives enough context for appropriate usage.

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/chapmanjw/rutherford-mcp-server'

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