Skip to main content
Glama
aumsuthar
by aumsuthar

obsidian_move

Relocate or rename notes within an Obsidian vault, with automatic git commit and push to keep changes synced.

Instructions

Move or rename a note within the vault. Auto-commits and pushes to git.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesNew relative path for the note
fromYesCurrent relative path of the note

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/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 of behavioral disclosure. It does usefully surface the non-obvious side effect 'Auto-commits and pushes to git,' which is important for an agent to anticipate. However, it omits other relevant behavioral details such as whether an existing note at the destination is overwritten, whether backlinks are updated, and what happens on failure or when the git push is not possible.

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 exactly two short sentences with no filler. The primary action is front-loaded first, and the important git side effect is communicated in the second sentence. Every word earns its place.

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 two-parameter tool, the description plus schema covers the minimum needed to call it: what to move, where to move it, and the git side effect. However, without annotations or an output schema, the description could usefully state whether the destination must not already exist, whether overwriting is allowed, how the move affects vault links, and what return value to expect. These gaps are moderate but not disqualifying for such a simple interface.

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 already describes both parameters ('Current relative path of the note' and 'New relative path for the note') with 100% coverage, so the baseline is 3. The description adds no parameter-specific information beyond confirming that the move happens within the vault, which is already implied by the relative-path wording. It does not clarify path normalization, directory creation, or overwrite behavior.

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 states a specific verb ('Move or rename') applied to a clear resource ('a note') and scope ('within the vault'), making the tool's function immediately obvious. The action is distinct from sibling tools like obsidian_read, obsidian_write, and obsidian_delete, so an agent can tell this tool apart without inspecting the schema.

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?

The intended use is inferable from the verb 'Move or rename,' and there is no other sibling that clearly performs the same action. However, the description gives no explicit guidance about when to prefer this tool over alternatives, when not to use it, or whether it should be used instead of obsidian_write for path changes. This leaves usage routing mostly implicit.

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

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/aumsuthar/obsidian-mcp-server'

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