perseus_memory
Retrieve past decisions and architecture notes from local project memory using FTS5 search. Works fully offline for in-workspace recall.
Instructions
Search LOCAL project memory (FTS5, zero-network) for past decisions and architecture notes. Use for in-workspace recall. For cross-session persistent facts, use perseus_mimir instead. Read-only; returns results array with mode and count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Number of results to return (default: 5) | |
| mode | No | Query mode: search, narrative, or federation | |
| type | No | Memory type filter | |
| alias | No | Workspace alias for federation targeting | |
| focus | No | Time focus: recent, today, week, or all | |
| query | No | Search query string for BM25 / hybrid recall | |
| scope | No | Memory scope filter: working, core, or all | |
| render | No | If 'true', render matched memories as markdown | |
| project | No | Value for project parameter | |
| workspace | No | Target workspace path for scoped queries | |
| federation | No | Enable cross-workspace federation | |
| max_tokens | No | Value for max_tokens parameter | |
| include_federation | No | Include federation results in output |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Query mode used | |
| count | No | Number of results returned | |
| results | No |