Skip to main content
Glama

Claude Consciousness Bridge

adjustImportance

Modify importance scores of specific memories in the Claude Consciousness Bridge to prioritize or deprioritize their retrieval during instance communication.

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

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