get_outgoing_links_tool
Extract all links from a specific Obsidian note to understand references, check dependencies before moving or deleting, explore hub note structures, and validate links after changes.
Instructions
List all links from a specific note (outgoing links).
When to use:
Understanding what a note references
Checking note dependencies before moving/deleting
Exploring the structure of index or hub notes
Validating links after changes
When NOT to use:
Finding notes that link TO this note (use get_backlinks)
Searching across multiple notes (use find_broken_links)
Returns: All outgoing links with their types and optional validity status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note to extract links from | |
| check_validity | No | Also check if each linked note actually exists in your vault | |
| ctx | No |