get_outgoing_links_tool
Extract all outgoing links from a note to understand its references, check dependencies, and validate link status.
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 | Whether to check if linked notes exist | |
| ctx | No |