boolean_search
Retrieve specific knowledge graph memories by running boolean queries with AND, OR, NOT. Filter results by tags and importance to pinpoint relevant information.
Instructions
Perform boolean search with AND, OR, NOT operators
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| query | Yes | Boolean query (e.g., 'alice AND bob') | |
| maxImportance | No | ||
| minImportance | No |