get_related_notes
Find related notes in your Obsidian vault by analyzing connections and links to discover relevant content and expand your knowledge network.
Instructions
Find notes related to a specific note
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"title": "Limit",
"type": "integer"
},
"path": {
"title": "Path",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}