search_memory
Search long-term memory by keyword to recall past decisions, findings, and notes from structured memory and journal files.
Instructions
Search the memory palace by keyword.
Looks across Metis's long-term memory to recall past context — what was
decided, found, or noted before. It searches the memory_entries table
(title, summary, topics) and also greps journal/**/*.md files on disk, so
both structured memory and freeform journal notes are covered.
Args:
query: Keyword or phrase to match against entry titles, summaries,
topics, and journal note text.
entry_type: Optional filter limiting results to one kind of entry —
"session", "journal", "idea", "decision", or "topic". Empty string
(default) searches all types.
Returns:
A text block of matching memory entries and journal hits, or a message
when nothing matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| entry_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |