search_memory
Search coding memories by keyword or question, returning ranked results with id, title, summary, and relevance. Use to find candidate memories before answering.
Instructions
Search persistent coding memories with hybrid ranking and return ranked hits (id, title, summary, relevance). Read-only; does not create or modify memories. Requires RATARY_API_KEY. Use when you need candidate memories matching a keyword/question before answering. Prefer get_memory when you already have a memory UUID. Prefer get_context when you need token-bounded context assembled for a task (not a raw hit list). Returns JSON search results; empty list means no matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max hits to return (default server-side; typical 10–50). Optional. | |
| query | Yes | Full-text / hybrid search string (e.g. "phase-4 handoff", "AUTH-0001 postgres decision"). Required. |