kb_recall
Retrieve relevant information from past sessions, stored knowledge, and summaries by submitting search queries. Filter results by project, time window, category, and tags for precise recall.
Instructions
Search across all indexed sessions, stored knowledge, and session summaries. Returns ranked results. By default, results are scoped to the project you specify — always pass your current working directory as project for best results. Set global: true to search across all projects. Global knowledge (stored without a project) is always included regardless of scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags (e.g. ['typescript', 'error:enoent', 'ext:ts']) | |
| limit | No | Results per query (default: 5) | |
| since | No | Time window, e.g. '7 days', '30 days', '2 hours' | |
| global | No | If true, search across ALL projects instead of scoping to the current one | |
| project | No | Your current working directory — used to scope results to the current project | |
| queries | Yes | Search queries — batch all questions in one call | |
| verbose | No | If true, return full chunk content instead of just snippets | |
| category | No | Filter by event category | |
| sessions | No | Limit to last N sessions |