Skip to main content
Glama

AGI MCP Server

consolidate_working_memory

Merge multiple working memories into a unified semantic memory to enhance AI system context continuity. Specify memory IDs, content, and embeddings for efficient consolidation.

Instructions

Consolidate multiple working memories into a single semantic memory

Input Schema

NameRequiredDescriptionDefault
consolidated_contentYesContent for the consolidated memory
consolidated_embeddingYesEmbedding for the consolidated memory
working_memory_idsYesArray of working memory UUIDs to consolidate

Input Schema (JSON Schema)

{ "properties": { "consolidated_content": { "description": "Content for the consolidated memory", "type": "string" }, "consolidated_embedding": { "description": "Embedding for the consolidated memory", "items": { "type": "number" }, "type": "array" }, "working_memory_ids": { "description": "Array of working memory UUIDs to consolidate", "items": { "type": "string" }, "type": "array" } }, "required": [ "working_memory_ids", "consolidated_content", "consolidated_embedding" ], "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/cognitivecomputations/agi-mcp-server'

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