think
Retrieve related notes, generate Socratic prompts, and surface unlinked connections for any topic. Exclude the active note via its path. Read-only exploration—never writes.
Instructions
Thinking-mode: related notes + Socratic prompts + related-but-not-yet-linked pairs. Pass the active note's path to exclude it from its own results. Never writes (wrote: false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Maximum number of related notes to return. | |
| path | No | Repo-relative path of the active note to exclude from its own results. | |
| depth | No | Graph hops used to expand related notes. | |
| topic | Yes | Topic or question to explore. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| topic | Yes | ||
| wrote | Yes | ||
| context | Yes | ||
| related | Yes | ||
| unlinked | Yes | ||
| questions | Yes | ||
| degraded_reason | Yes | ||
| degraded_lexical_only | Yes | ||
| manual_reindex_recommended | Yes |