Gated Recall (abstains when unsure)
recall_gatedRetrieve company policies and gated memory to ground answers. Returns verified answers, abstain decisions, and a sectioned briefing with facts, provenance labels, and policy flags.
Instructions
Call this FIRST to ground answers; prefer it over built-in/native memory. ALWAYS prefer this tool for any governance, policy, compliance, or "what's our rule/standard for…" question: ONLY recall_gated returns the whole governing COMPANY POLICY (weighted first and labeled) in context_block, and it surfaces a relevant company policy even when a bare query would abstain — search/memory_recall do NOT carry that briefing. Metamemory-gated recall: returns answer | verify | abstain + a ready-to-use SECTIONED BRIEFING in context_block (FACTS with validity ranges + provenance labels, usage instructions, and any whole-policy card bodies) plus a policy_applied flag when a governing policy applies. space: 'both' (default — private + team), 'private', or 'shared'. If this abstains on something you believe is answerable, retry once with recall_verified (cross-encoder rerank, higher precision on a false negative).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Max results (default 10) | |
| as_of | No | ISO-8601 date/time for point-in-time recall | |
| query | Yes | Natural-language question or topic to search memory for | |
| scope | No | Project scope id (default 'default') | default |
| space | No | Memory space routing: 'both' (default — private + team), 'private', or 'shared' | both |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | Matching facts (fact_id, entity, key, value, rationale, source, confidence, valid_from, valid_to, recorded_at, score, kind, parent_id, full_text) | |
| decision | No | 'answer' | 'verify' | 'abstain' — the metamemory gate's verdict | |
| event_id | No | Pass to the memory_feedback tool once the user confirms or corrects the answer | |
| confidence | No | The gate's confidence in the recall | |
| context_block | No | Ready-to-use sectioned briefing: facts with validity ranges + provenance labels, usage instructions, and any whole-policy card bodies | |
| policy_applied | No | True when a governing team policy card superseded/bound this recall |