predict_next
Analyze access patterns to predict which memories will be needed next. Provide a memory ID to receive likely follow-up memories based on a Markov chain of past sequences.
Instructions
Predict which memories might be needed next based on access patterns.
Uses learned Markov chain of access sequences to predict what memories typically follow after accessing the given memory.
Requires MEMORY_MCP_PREDICTIVE_CACHE_ENABLED=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum predictions | |
| memory_id | Yes | Memory ID to predict from | |
| threshold | No | Minimum probability threshold |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |