Skip to main content
Glama
UtakataKyosui

PR Review MCP Server

reply_and_resolve

Post a reply to a GitHub pull request review thread and mark it as resolved simultaneously.

Instructions

Reply to a review thread and immediately resolve it

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesReply content (Markdown supported)
repoYesRepository name
ownerYesRepository owner (username or organization)
thread_idYesReview thread ID (from list_review_threads)
pull_numberYesPull request number
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the combined behavior (reply and resolve) but does not mention any side effects, such as whether the thread must be unresolved, what happens on failure, or any atomicity guarantees. More behavioral context would be helpful.

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 a single, front-loaded sentence that clearly states the tool's purpose without unnecessary words. It is concise and understandable, though it could be slightly more structured with bullet points or additional context for completeness.

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?

Given that there are 5 required parameters and no output schema or annotations, the description is insufficiently complete. It does not explain the resolve aspect in detail, such as whether the session's reviewer is the one who resolves, or any preconditions. For a combined operation, more context is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers all 5 parameters with descriptions, so schema coverage is 100%. The description adds no extra meaning to the parameters beyond what is in the schema. Baseline score of 3 is appropriate as the description does not enhance parameter understanding.

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 does two things: reply to a review thread and resolve it. The verb 'Reply and resolve' combined with the resource 'review thread' makes the purpose unambiguous. It distinguishes itself from sibling tools like 'reply_to_review_thread' and 'resolve_review_thread' by offering a combined action.

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 when to use this tool: when you want to both reply and resolve in one step. However, it does not explicitly state when NOT to use it, nor does it compare with the separate reply or resolve tools. No guidance on prerequisites or context is provided.

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/UtakataKyosui/PR-Review-Resolve-MCP'

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