slipbox_find_similar_notes
Find notes related to a given note by comparing shared tags, common links, and content overlap. Uncover hidden connections and discover related knowledge quickly.
Instructions
Find notes similar to a given note.
Similarity is based on shared tags, common links, and content overlap. Useful for discovering connections you might have missed.
Args: note_id: ID of the reference note threshold: Minimum similarity score 0.0-1.0 (default: 0.3) limit: Maximum results (default: 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| note_id | Yes | ||
| threshold | No |