search_journal
Search private journal entries by meaning to retrieve relevant markdown snippets with source paths, sections, and similarity scores.
Instructions
Search private journal entries semantically and return LLM-readable markdown snippets with source paths, sections, projects, scores, and excerpts.
Use section to narrow recall when the intent is known; omit section for broad discovery.
Scores are cosine similarities from a multilingual-e5 model and cluster in a narrow band (~0.80-0.89), so a high score alone does not mean an entry is relevant. Always judge relevance from the excerpt text, and treat small score gaps as noise. Results are ordered with an automatic created_at date decay (90-day half-life, 50% floor); score and minScore remain semantic similarity values.
Omit project to search across all projects. Use project only when an explicit repository filter is needed; the current runtime project is never applied automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| project | No | ||
| section | No | ||
| minScore | No |