Skip to main content
Glama
Janani879

DPR MCP Server

by Janani879

get_conflicts

Retrieve structured conflict details for a change request to identify and resolve merge conflicts before approval.

Instructions

Get structured conflict information for a conflicted Change Request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
change_idYes
Behavior2/5

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

No annotations are provided, so the description carries the full responsibility for behavioral disclosure. It only says 'structured conflict information' and gives no further detail on read-only behavior, what triggers errors, whether the request must already be flagged conflicted, or what the returned structure entails. This leaves the agent with significant behavioral ambiguity.

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 with zero filler. Every word contributes to exposing the tool's core function. No unnecessary examples, fluff, or redundant restating of the tool name are present.

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?

This is a one-parameter tool with no output schema and no annotations, so the description carries the burden for explaining return format, expectations, and error conditions. It simply says 'structured conflict information' without specifying the shape, meaning, or the relationship to the many sibling conflict-related tools. The description is not sufficient for an agent to confidently interpret the result.

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

Parameters2/5

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

The schema description coverage is 0%, and the description never mentions the change_id parameter at all. While the parameter name 'change_id' is somewhat self-explanatory, the description adds no additional meaning about what ID is expected, whether it is a temporary ID, or how the ID relates to a Change Request. The description fails to compensate for the low schema coverage.

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 a specific verb ('Get'), a precise resource ('conflicted Change Request'), and names the product ('structured conflict information'). This clearly differentiates it from siblings like get_diff or propose_conflict_resolution, which serve different purposes. The intent is immediately recognizable.

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 phrase 'for a conflicted Change Request' explicitly states the context in which this tool should be used. It does not, however, name alternatives or describe when not to use it, like relying on check_mergeability or propose_conflict_resolution instead. This makes the usage guidance clear but not fully enumerative.

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/Janani879/DPR-Git-Backed-MCP-Collaboration-Server'

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