Skip to main content
Glama

Obsidian Local REST API MCP Server

by j-shelfwood

find_related_notes

Discover related notes in your Obsidian vault by analyzing shared tags or links from a specified note, enhancing connections and organization within your knowledge base.

Instructions

Find notes related to a given note based on shared tags, links, or backlinks

Input Schema

NameRequiredDescriptionDefault
onNoRelationship criteria to use for finding related notes
pathYesPath to the source note

Input Schema (JSON Schema)

{ "properties": { "on": { "default": [ "tags", "links" ], "description": "Relationship criteria to use for finding related notes", "items": { "enum": [ "tags", "links" ], "type": "string" }, "type": "array" }, "path": { "description": "Path to the source note", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from Obsidian Local REST API MCP Server

Related Tools

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/j-shelfwood/obsidian-local-rest-api-mcp'

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