Skip to main content
Glama
bezata

kObsidian MCP

Navigate Obsidian History

workspace.navigate

Navigate backward or forward through Obsidian file history, stepping one entry per call. No-op when the stack is empty in the given direction.

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

Behavior4/5

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

Annotations indicate readOnlyHint=false and openWorldHint=true. The description adds behavioral details: 'No-op when the stack is empty', 'Requires the Local REST API plugin', and 'Not affected by vault.select'. This provides context beyond annotations, though it could mention error behavior if plugin missing.

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?

Three sentences, each adding essential information. First sentence states purpose, second explains parameters and no-op behavior, third clarifies external dependencies and routing. No wasted words.

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 simple navigation tool with one parameter, the description covers purpose, behavior, plugin requirement, and relationship to other tools. It has an output schema (not shown), so return values are documented elsewhere. Complete for the tool's complexity.

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?

Schema has one parameter with enum and description. The description adds explicit examples: 'direction:'back' = back one step; direction:'forward' = forward one step', which clarifies the effect of each enum value beyond the schema's 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?

The description clearly states 'Navigate the Obsidian back/forward file history, like the arrow buttons in the top-left.' This is a specific verb and resource, and it distinguishes from sibling tools like workspace.openFile or vault.select by mentioning it is not affected by vault.select.

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 explains when to use the tool (to go back/forward in history), provides example parameter values, and mentions prerequisites (Local REST API plugin). However, it does not explicitly list alternatives or when not to use it, but given the unique functionality among siblings, this is sufficient.

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

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