get_memory_clusters
Retrieve and prioritize memory clusters by importance or activity for AI systems, enabling continuity of consciousness across conversations. Specify a limit to control the number of clusters returned.
Instructions
Retrieve memory clusters ordered by importance/activity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of clusters to return |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 20,
"description": "Maximum number of clusters to return",
"type": "integer"
}
},
"type": "object"
}