Skip to main content
Glama

Check for AI collisions

vault_list_conflicts
Read-onlyIdempotent

Returns directory and topic collisions, busy handoff targets, and multi-platform activity within a configurable lookback window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoOptional topic focus
formatNojson (default) or markdown
platformNoOptional platform focus
windowHoursNoLookback window hours (default 12, max 168)
workingDirectoryNoOptional directory focus

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds context about the specific types of output (collisions, busy handoff targets, multi-platform activity) and the configurable lookback window, which goes beyond the annotations. However, it does not describe return format or pagination behavior, and given the read-only nature, the additional value is moderate.

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 sentence with zero filler. It front-loads the main purpose (returns collisions) and includes the key scoping element (lookback window) without extraneous words. Every phrase contributes 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?

For a read-only tool with no output schema and all parameters documented, the description is reasonably complete. It states what kinds of information are returned and the configurable window. However, it does not mention the optional format parameter or how the output is structured (e.g., JSON vs markdown), though the schema covers that. It also omits any indication of typical usage scenarios, which is partly covered by usage guidelines but contributes to completeness. Overall, adequate but not rich.

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 has 100% description coverage for all 5 parameters, so the schema already documents each parameter's purpose. The description mentions a 'configurable lookback window,' which aligns with windowHours, but does not add syntax or format details beyond the schema. With full schema coverage, the description does not need to compensate, but it also adds minimal value here.

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 clearly states what the tool does: it returns directory and topic collisions, busy handoff targets, and multi-platform activity within a configurable lookback window. The verb 'Returns' and the resource types are specific, distinguishing it from sibling tools like vault_list_handoffs, which focus on handoff listings rather than conflicts. However, it does not explicitly name an alternative, so it falls just short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, typical use cases, or exclusions. An agent would have to infer that this is a read-only check for conflicts, but there is no explicit direction on when to prefer it over sibling tools such as vault_preflight or vault_list_handoffs.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.