Skip to main content
Glama

apply_conflict_resolution

Merge a previously reviewed conflict resolution into the repository, subject to the same approval policy as any other merge.

Instructions

Apply (merge) a previously proposed and reviewed conflict resolution. Subject to the same approval policy as any other merge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conflict_idYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions the approval policy, which is useful, but it does not disclose side effects (e.g., irreversible merge), authentication requirements, or consequences of applying an already-applied resolution. The description is too sparse to give an agent a clear picture of the operation's impact.

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 with no redundant text. The core purpose is front-loaded, and the approval-policy note is relevant without being verbose. It is appropriately sized for a tool with a single parameter.

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?

For a mutation operation with no annotations and no output schema, the description is insufficiently complete. It does not specify where the conflict_id comes from, what happens on success or failure, or any preconditions beyond 'previously proposed and reviewed'. An agent would need to infer too much to invoke this correctly.

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?

Schema description coverage is 0%. The description does not explain the only parameter, conflict_id. While the schema labels it 'Conflict Id', the description adds no meaning about what that ID refers to (e.g., from get_conflicts or propose_conflict_resolution) or what format it expects. Given the low coverage, the description must compensate but fails to do so.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb ('Apply (merge)') and resource ('a previously proposed and reviewed conflict resolution'). It conveys the action and implies a specific workflow (propose → review → apply), distinguishing it from propose_conflict_resolution. However, it does not explicitly differentiate from merge_change, which is a close sibling.

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?

It indicates the prerequisite: the resolution must be 'previously proposed and reviewed'. This gives contextual guidance on when to use the tool. It also hints at an approval policy comparable to other merges, but it does not explicitly state when NOT to use it or name any alternative tools.

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/Charan-Sharan/dpr-mcp'

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