save_search
Store search queries with parameters like tags and importance levels for future retrieval in the Enhanced Knowledge Graph Memory Server.
Instructions
Save a search query for later reuse
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the saved search | |
| query | Yes | Search query | |
| tags | No | Optional tags filter | |
| minImportance | No | Optional minimum importance | |
| maxImportance | No | Optional maximum importance | |
| searchType | No | Type of search (basic, boolean, fuzzy, ranked) | |
| description | No | Optional description of the search |