Skip to main content
Glama
darenkeck-dev

PR Viewer MCP Server

open_review

Presents a diff visualizer for a git repository, blocking until the reviewer accepts or rejects the changes, then returns the decision.

Instructions

Open the diff visualizer for the given repo and refs.

Blocks until the user accepts or rejects the diff in the visualizer. Returns "accepted" or "rejected".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repo_pathYes
base_refNomain
head_refNoHEAD

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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 disclosure. It accurately notes that the tool blocks until user action and returns 'accepted' or 'rejected', which are critical behavioral traits. However, it does not mention potential side effects or error conditions.

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 two sentences, front-loads the main action, and contains no extraneous information. Every sentence adds value.

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 presence of an output schema and the tool's straightforward nature, the description covers key aspects: what the tool does, that it blocks, and what it returns. It could mention that it requires user interaction and potential timeouts, but is generally complete for a tool of this complexity.

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?

The input schema has 0% description coverage for parameters, and the tool description adds no meaning beyond the parameter names. The description must compensate for the low schema coverage but fails to do so, leaving parameter semantics entirely to inference from names.

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 tool opens a diff visualizer for a given repo and refs, using specific verbs and resources. It distinguishes from the sibling 'health_check' tool, which has a different purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context by stating it blocks until user acceptance/rejection, but lacks explicit guidance on when to use this tool versus alternatives or prerequisites.

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/darenkeck-dev/pr-viewer'

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