Skip to main content
Glama

detect_intent_conflicts

Detect overlapping work by surfacing intents from other team members that conflict with your active intent before merging.

Instructions

Find intents from other team members that potentially conflict with the active intent.

When to use:

  • Before committing, to surface overlapping team work so the user can coordinate before merging.

Inputs of note:

  • intentId: the active intent to check against.

  • minScore (optional): minimum match score to include in results.

Returns scored conflict candidates with:

  • score: how strongly the candidate matches (higher = more likely conflict).

  • overlappingFiles: files affected by both intents.

  • decisions: decisions attached to the conflicting intent.

  • author: who is working on the conflicting intent.

The list is informational — review candidates and their decisions to decide whether coordination is needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentIdYesThe active intent ID
minScoreNoMinimum similarity score threshold (default: 0.5)
repoPathYesLocal path to the repository root
forkAuthorNoFork attribution; usually resolved by Muninn automatically — pass only for override / testing.
repoOriginNoGit remote origin URL. Auto-detected from repoPath via git if not provided.
workspaceIdNoWorkspace identifier; usually resolved by Muninn automatically — pass only for override / testing.
Behavior4/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 explains that the tool returns scored conflict candidates with specific fields, that the list is informational, and that review is needed. This gives a good understanding of the tool's read-only nature and expected behavior.

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 well-structured with clear sections: main purpose, when to use, inputs of note, and returns. Each sentence contributes meaning, and the key information is front-loaded. No unnecessary words.

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 tool has 6 parameters, no output schema, and no annotations, the description provides a solid overview. It explains the most important parameters and the output format. It could be more complete by mentioning all parameters, but the essential information is covered.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds value by explaining the intentId and minScore parameters with additional context, as well as describing the return fields. Although not all parameters are detailed, the description enhances understanding beyond the schema.

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 finds intents from other team members that potentially conflict with the active intent. It uses specific verbs and resources (find, conflicting intents), and distinguishes itself from siblings like list_team_intents or check_active_intent by focusing on conflict detection.

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 description explicitly states when to use the tool: 'Before committing, to surface overlapping team work so the user can coordinate before merging.' While it doesn't mention when not to use or provide alternatives, the context is clear and sufficient for the agent.

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/CodeAwareness/kawa.mcp'

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