palinode_search
Retrieve relevant memories about people, projects, decisions, insights, or research by semantic similarity. Filter results by type, category, date range, or priority to pinpoint the context you need.
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. | |
| 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. |