memory.search
Search long-term memory by matching text content and tags with substring or full-text queries. Optionally filter by tag or project to find relevant entries.
Instructions
Search long-term memory by substring match over stored content and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag name. Returns only entries containing this tag. | |
| limit | No | ||
| query | Yes | ||
| scope | No | ||
| use_fts | No | Use FTS5 full-text search with BM25 ranking instead of substring match. | |
| project_id | No | Project identifier (auto-detected from project_root if not provided) | |
| project_root | No | Project root directory (required for auto-detection if project_id not provided) | |
| max_content_length | No | Truncate content to this many characters. Truncated results include truncated:true. Omit to return full content. |