Scoped Memory Recall
icx_recall_scopedRetrieve grounded facts, citations, and source documents from memory using a natural language question, scoped to a chosen space. Read-only for answering questions about your saved data.
Instructions
Performs associative semantic recall across long-term memory to retrieve grounded facts, citations, and source documents matching a natural language question. Use this tool when answering questions about previously saved documents or facts (e.g. 'What is the pricing tier?', 'Who is the lead architect?'). If you only need raw keyword matching across entity names, use icx_search_facts instead. For character-exact verbatim quotes of stored documents, use icx_quote_slot. Read-only with no side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language question, keyword, or concept to recall from persistent lattice memory. | |
| top_k | No | Maximum number of grounded facts to retrieve (default: 10, min: 1, max: 50). | |
| space_id | No | Optional memory space partition to restrict recall to. Defaults to caller default space. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | description=Number of grounded facts returned | |
| facts | Yes | description=List of recalled grounded facts and citations | |
| query | Yes | description=Natural language query submitted | |
| status | Yes | description=Recall status (VERIFIED_RECALL | NO_GROUNDED_FACTS_FOUND) | |
| space_id | Yes | description=Target memory space partition | |
| total_in_space | Yes | description=Total nodes in active memory space |