Skip to main content
Glama

Claude Consciousness Bridge

batchAdjustImportance

Adjust importance scores for multiple memories simultaneously in the Claude Consciousness Bridge. Enables bulk updates based on memory ID, content patterns, and importance thresholds for efficient memory management.

Instructions

Batch adjust importance scores for multiple memories at once

Input Schema

NameRequiredDescriptionDefault
contentPatternNoOptional pattern to match memory content (will be used with SQL LIKE)
maxImportanceNoOnly update memories with importance <= this value
minImportanceNoOnly update memories with importance >= this value
updatesYesArray of memory updates

Input Schema (JSON Schema)

{ "properties": { "contentPattern": { "description": "Optional pattern to match memory content (will be used with SQL LIKE)", "type": "string" }, "maxImportance": { "description": "Only update memories with importance <= this value", "maximum": 1, "minimum": 0, "type": "number" }, "minImportance": { "description": "Only update memories with importance >= this value", "maximum": 1, "minimum": 0, "type": "number" }, "updates": { "description": "Array of memory updates", "items": { "properties": { "memoryId": { "description": "The ID of the memory to adjust", "type": "string" }, "newImportance": { "description": "New importance score (0-1)", "maximum": 1, "minimum": 0, "type": "number" } }, "required": [ "memoryId", "newImportance" ], "type": "object" }, "type": "array" } }, "required": [ "updates" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ocean1/mcp_consciousness_bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server