recall_answers
recall_answersSearch prior project answer traces by text, query kind, support level, trust state, and ISO time window. Returns bounded answer summaries with match count and truncation signal.
Instructions
Read-only session-recall tool: search prior project answer traces by text, query kind, support level, trust state, and ISO time window. Returns bounded answer summaries, pre-cap matchCount, truncation signal, and optional stored answer markdown. Does not run the answer loop or infer freshness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| query | No | ||
| queryKind | No | ||
| supportLevel | No | ||
| trustState | No | ||
| since | No | ||
| until | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| generatedAt | Yes | ||
| matchCount | Yes | ||
| truncated | Yes | ||
| answers | Yes | ||
| warnings | Yes | ||
| _hints | Yes |