search_memory
Search across all stored memory including events, decisions, open loops, daily notes, and context fragments using a natural language query, with results ranked by BM25 relevance and optionally scoped to a specific project.
Instructions
Full-text search across all stored memory.
Searches events, decisions, open loops, daily notes, and compiled context fragments. Results are ranked by BM25 relevance.
Parameters
query: Natural-language search string. project_key: When provided, restricts results to that project. limit: Maximum results to return (clamped to 50 server-side).
Returns
list of dicts with keys: kind, ref_id, project_key,
title, snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| project_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |