recall
Search stored memories using natural language queries to retrieve relevant information from the Novyx MCP server's persistent memory system.
Instructions
Search memories semantically using natural language.
Args:
query: Natural language search query.
limit: Maximum number of results to return (default 5).
tags: Optional tag filter.
min_score: Minimum similarity score 0-1 (default 0).
Returns:
JSON string with matching memories and their scores.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No | ||
| tags | No | ||
| min_score | No |