remember
Store memory observations with tags, importance scores, and expiration settings to organize and retrieve information in the Novyx MCP server.
Instructions
Store a memory observation in Novyx.
Args:
observation: The memory content to store.
tags: Optional list of tags for categorization.
importance: Importance score 1-10 (default 5).
context: Optional context string.
ttl_seconds: Optional time-to-live in seconds. Memory auto-expires after this duration.
Returns:
JSON string with the stored memory UUID and details.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| observation | Yes | ||
| tags | No | ||
| importance | No | ||
| context | No | ||
| ttl_seconds | No |