memory_search_tool
Find stored engineering knowledge by combining full-text search with tag and type filters, retrieving relevant decisions, invariants, and gotchas from persistent project memory.
Instructions
Hybrid tag + full-text search.
Args: query: Search query (full-text via Turso FTS5) types: Filter by memory types tags: Filter by tags include_stale: Whether to include potentially stale items limit: Maximum results (default 20) project: Optional project root path. Auto-detected from git root if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| query | Yes | ||
| types | No | ||
| project | No | ||
| include_stale | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |