Search Simplicial Lattice Facts
icx_search_factsSearch memory lattice nodes and decoded facts via keyword overlap and proximity. Discover entities and keywords across the active memory space.
Instructions
Searches memory lattice nodes and decoded facts by keyword overlap and proximity across the active memory space. Use this tool for entity exploration or keyword discovery. For natural language question answering with grounded factual citations, use icx_recall_scoped instead. Read-only with no side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of node matches to return (default: 20, min: 1, max: 100). | |
| query | Yes | Search terms or entity names to search across memory nodes. | |
| space_id | No | Optional memory space partition to search within. Defaults to caller default space. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | description=Number of matching nodes found | |
| query | Yes | description=Search keyword query | |
| status | Yes | description=Search status | |
| matches | Yes | description=Simplicial complex nodes matching search query | |
| space_id | Yes | description=Target memory space partition | |
| total_in_space | Yes | description=Total nodes in active memory space |