boolean_search
Execute boolean searches using AND, OR, and NOT operators to filter knowledge graph data by tags, importance levels, and other criteria.
Instructions
Perform boolean search with AND, OR, NOT operators
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Boolean query (e.g., 'alice AND bob') | |
| tags | No | ||
| minImportance | No | ||
| maxImportance | No |