Skip to main content
Glama
bezata

kObsidian MCP

by bezata

Navigate Obsidian History

workspace.navigate

Step back or forward through Obsidian's file history to revisit previously opened notes.

Instructions

Navigate the Obsidian back/forward file history, like the arrow buttons in the top-left. direction:'back' = back one step; direction:'forward' = forward one step. No-op when the stack is empty in the given direction. Requires the Local REST API plugin.

Targets the vault the live Obsidian process has open via the Local REST API. Not affected by vault.select — that only changes filesystem-tool routing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directionYesWhich way to step in the Obsidian file-history stack.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed2 schema fields changedv0.3.5
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • changedOutput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. Addedv0.1.2

TDQS

A4.8/5.0
Behavior5/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description discloses three behavioral traits: the no-op behavior on an empty stack, the hard dependency on the Local REST API plugin, and the fact that the tool always targets the currently open vault rather than any vault selected via vault.select. This usefully enriches the annotation data.

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 compact (~65 words), front-loads the core purpose and analogy, then packs direction semantics, no-op behavior, plugin requirement, and the vault.select caveat into two tight paragraphs. No sentence is redundant.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with an output schema and annotations, the description covers the critical execution context: plugin requirement, target vault, stack-empty behavior, and independence from vault.select. An agent has everything needed to invoke the tool correctly.

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

Parameters5/5

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

Although the schema already documents `direction` with an enum and 100% coverage, the description adds precise semantics for each enum value ('back' = back one step, 'forward' = forward one step) and clarifies the no-op edge case, going beyond the schema's terse description.

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?

Description uses a specific verb ('Navigate') and resource ('Obsidian back/forward file history') and anchors it to an everyday UI analogy ('like the arrow buttons in the top-left'). It is clearly distinct from sibling workspace tools like workspace.openFile and vault.select, leaving no ambiguity about scope.

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 states the exact invocation semantics (`direction:'back'` = back one step; `direction:'forward'` = forward one step) and the no-op condition when the stack is empty. It explicitly cautions that vault.select does not affect this tool, which prevents a likely misuse, though it doesn't enumerate broader alternative tools.

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/bezata/kObsidian'

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