Skip to main content
Glama
devkamani9313-lab

open-source-contribution-mcp-server

get_review_feedback

Fetch maintainer review comments for a pull request and generate actionable fix instructions to resolve feedback.

Instructions

Fetch maintainer review comments for a PR and generate follow-up fix instructions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesRepository in "owner/repo" format
prNumberYesPull request number
Behavior2/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool fetches comments and generates instructions, but does not state whether it is read-only, whether it modifies anything, requires permissions, or what the response format looks like. This is a significant gap for a tool that may have side effects.

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 a single, front-loaded sentence that states the verb and resource immediately. It contains no filler and every word contributes to the meaning.

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

Completeness3/5

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

The tool is relatively simple with two well-documented parameters, but there is no output schema. The description says it generates instructions but does not describe the output format, pagination, or any error behavior. It is adequate for basic understanding but leaves some gaps.

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?

Schema description coverage is 100% – both 'repo' and 'prNumber' have clear descriptions. The tool description adds no extra semantic context beyond what the schema already provides, so the baseline 3 applies.

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 uses specific verbs 'Fetch' and 'generate' with a clear resource ('maintainer review comments for a PR') and scope ('follow-up fix instructions'). This distinguishes it from sibling tools like generate_code_fix and find_issues, which target related but different operations.

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 the tool ('when you need maintainer review comments and fix instructions') but provides no explicit guidance on alternatives or exclusions. It does not mention, for example, using generate_code_fix for direct code fixes, leaving the agent to infer the context.

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/devkamani9313-lab/open-source-contribution-mcp-server'

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