search_memory
Search stored memory by project, category, tags, or free text query to retrieve relevant entries. Filter results by scope or metadata to find project context quickly.
Instructions
Search memory by project, category, tags, or free text.
Args: project: Optional project scope. category: Optional category filter. tags: JSON list of required tags (all must match). query: Free text search across key/value/tags/metadata. limit: Maximum results (default 50).
Returns: JSON: {"ok": true, "entries": [...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | [] | |
| limit | No | ||
| query | No | ||
| project | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |