get_outgoing_links
Extract all outgoing links from a specific note to other notes in your Obsidian vault, enabling you to analyze connections and understand relationships between your documents.
Instructions
Get all links from a note to other notes (outgoing links)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"title": "Path",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}