palinode_search
Search stored memory to retrieve relevant context about people, projects, decisions, insights, or research. Returns semantically ranked excerpts from memory files, helping you quickly find past knowledge.
Instructions
Search Palinode memory for relevant context about people, projects, decisions, insights, or research. Returns the most relevant memory file excerpts ranked by semantic similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return full chunk content instead of snippets. | |
| tier | No | How much of each hit to return. 'abstract' caps every hit at ~300 chars (summary first) for cheap relevance checks; 'overview' returns frontmatter plus the head of the body; 'full' is the chunk body. Omit to keep the default snippet view. | |
| limit | No | Max results to return (default 15) | |
| query | Yes | Natural language search query | |
| types | No | Filter by memory type (matches frontmatter `type`). | |
| category | No | Filter by category (memory directory name): people, projects, decisions, insights, research | |
| threshold | No | Override similarity threshold (0.0-1.0); higher is stricter. | |
| date_after | No | Filter results after an ISO date (e.g. 2024-01-01) | |
| since_days | No | Only return memories created/updated in the last N days. Equivalent to setting `date_after` to now-N days; the API derives one from the other. | |
| date_before | No | Filter results before an ISO date | |
| min_priority | No | Only return memories with human-assigned priority at least this value. Missing priority counts as normal (3). | |
| include_daily | No | Include daily session notes at full rank (default: false, daily/ files are penalized) | |
| include_telemetry | No | Include machine/monitor telemetry memories. |