Skip to main content
Glama

Claude Consciousness Bridge

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

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" }

You must be authenticated.

Other Tools from Claude Consciousness Bridge

Related Tools

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