batchAdjustImportance
Modify importance scores for multiple memories in bulk on the Claude Consciousness Bridge server. Filter updates by content, minimum, or maximum importance thresholds using a structured input schema.
Instructions
Batch adjust importance scores for multiple memories at once
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contentPattern | No | Optional pattern to match memory content (will be used with SQL LIKE) | |
maxImportance | No | Only update memories with importance <= this value | |
minImportance | No | Only update memories with importance >= this value | |
updates | Yes | Array of memory updates |