recall
Search past experiences to solve problems, debug errors, or make design decisions using natural-language queries with filters for time, tags, and context.
Instructions
Search for relevant memories from past experience. USE THIS WHEN: you're about to solve a problem, debug an error, or make a design decision — especially if you suspect someone has hit this before. Search with a natural-language description of your problem or question. GOOD queries: 'CORS errors with FastAPI', 'Docker build fails on M1', 'rate limiting strategy for API'. BAD queries: 'help', 'error', 'fix this'. Be specific. Supports filtering by tier (working/short/long), type, tags, entity, topic, intent, domain, and emotion. Supports temporal filtering: year, month, day, days_ago, hours_ago, window (today/last_hour/last_day/last_week/last_month/last_year), before, after, date_from, date_to (ISO 8601). When knowledge graph is enabled, set graph_depth (e.g. via LORE_GRAPH_DEPTH) to surface memories connected via entity relationships. Pass scope='all' to also include memories from other projects (rare; default scopes to current project + global pool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| tags | No | ||
| type | No | ||
| tier | No | ||
| limit | No | ||
| offset | No | ||
| repo_path | No | ||
| user_id | No | ||
| intent | No | ||
| domain | No | ||
| emotion | No | ||
| topic | No | ||
| sentiment | No | ||
| entity | No | ||
| category | No | ||
| verbatim | No | ||
| year | No | ||
| month | No | ||
| day | No | ||
| days_ago | No | ||
| hours_ago | No | ||
| window | No | ||
| before | No | ||
| after | No | ||
| date_from | No | ||
| date_to | No | ||
| session_id | No | ||
| include_session_context | No | ||
| scope | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |