slipbox_create_link
Create semantic links between notes to show relationships like references, supports, or contradicts. Add descriptions and optional bidirectional links for richer knowledge connections.
Instructions
Create a semantic link between two notes.
Links are directional: source -> target. Use bidirectional=true for important relationships (automatically creates inverse link type).
Link Types:
reference: Generic "see also" connection
extends: Source builds upon target (inverse: extended_by)
refines: Source clarifies or improves target (inverse: refined_by)
contradicts: Source presents opposing view (inverse: contradicted_by)
questions: Source raises questions about target (inverse: questioned_by)
supports: Source provides evidence for target (inverse: supported_by)
related: Loose thematic connection (symmetric)
Best Practices:
Always add description explaining WHY notes are linked
Use bidirectional=true for substantive relationships
Create links immediately after creating notes
Args: source_id: ID of the source note (the note doing the linking) target_id: ID of the target note (the note being linked to) link_type: One of reference/extends/refines/contradicts/questions/supports/related description: Brief explanation of the relationship bidirectional: If true, creates inverse link from target to source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_type | No | reference | |
| source_id | Yes | ||
| target_id | Yes | ||
| description | No | ||
| bidirectional | No |