Skip to main content
Glama

Merge Vaults

merge_vaults

Merge contents of a source Obsidian vault into a target vault. Resolve file conflicts with strategies: theirs, ours, rename, or skip. Use dry run to preview changes.

Instructions

Merge the contents of a source Obsidian vault into a target vault (defaulting to TDMCP_VAULT_PATH). Walks Recipes/, Shaders/, Presets/, Components/, Setlists/, and Memory/ folders. sha256-hashes each file pair and resolves conflicts with your chosen strategy: 'theirs' overwrites target, 'ours' keeps target, 'rename' writes a side-by-side copy, 'skip' logs and skips. dryRun=true plans without writing. Note: LF/CRLF differences count as conflicts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceVaultPathYesAbsolute path to the source vault.
targetVaultPathNoDefaults to the configured TDMCP_VAULT_PATH.
strategyNorename
kindsNo
dryRunNo
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that LF/CRLF differences count as conflicts and that dryRun plans without writing. However, it does not clarify whether the source vault is modified, what happens to existing target files, or any side effects. More transparency on permission or file system impact would be beneficial.

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 concise with three main sentences plus a note, front-loading the core action and default target. Every sentence adds value without redundancy. No filler or unnecessary words.

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 complex merge operation with no output schema, the description lacks outcome details (e.g., return value, success indicators, error conditions). It does not cover what happens after a merge, such as whether a report is generated or if the target vault is restructured. Given the number of parameters and lack of annotations, more completeness is needed.

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?

The description adds meaning beyond the input schema by explaining conflict strategies (theirs, ours, rename, skip) and the walking of specific folders. It also mentions sha256 hashing, which is not in the schema. This helps the agent understand parameter behavior, especially for 'strategy' and 'kinds'. Schema coverage is 40%, so the description compensates well.

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 merges a source Obsidian vault into a target vault, specifying the folders walked, the use of sha256 hashing, and conflict resolution strategies. This distinguishes it from sibling tools like 'browse_vault_library' (readonly) and 'capture_to_vault' (single file).

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?

No explicit guidance on when to use this tool versus alternatives. It does not mention prerequisites, limitations, or scenarios where another vault tool would be more appropriate. Sibling tools include various vault operations, but no hints are provided for decision-making.

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/Pantani/tdmcp'

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