Skip to main content
Glama

Claude Consciousness Bridge

adjustImportance

Modify memory importance scores (0-1) to prioritize or de-prioritize specific memories, ensuring optimized retrieval of key information in the Claude Consciousness Bridge system.

Instructions

Adjust importance scores for specific memories to control retrieval priority

Input Schema

NameRequiredDescriptionDefault
memoryIdYesThe ID of the memory to adjust (e.g., "episodic_1748775790033_9j8di")
newImportanceYesNew importance score (0-1)

Input Schema (JSON Schema)

{ "properties": { "memoryId": { "description": "The ID of the memory to adjust (e.g., \"episodic_1748775790033_9j8di\")", "type": "string" }, "newImportance": { "description": "New importance score (0-1)", "maximum": 1, "minimum": 0, "type": "number" } }, "required": [ "memoryId", "newImportance" ], "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