memory_apply_tool
Track when stored memories are used in practice by creating validation events to monitor application of knowledge in real-world contexts.
Instructions
Record that a memory is being applied.
Creates a validation event to track when a memory is used in practice. This starts the TRY phase of the validation loop.
Args: memory_id: ID of the memory being applied context: Description of how/where the memory is being applied session_id: Optional session identifier
Returns: Result with event ID or error
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| context | Yes | ||
| session_id | No |