Skip to main content
Glama

mcp-structured-memory

get_memory_summary

Retrieve a high-level summary of a memory document by providing its ID. This tool assists agents in quickly accessing key project context stored in structured memory.

Instructions

Get a high-level summary of a memory document

Input Schema

NameRequiredDescriptionDefault
memory_idYesThe ID of the memory document to summarize

Input Schema (JSON Schema)

{ "properties": { "memory_id": { "description": "The ID of the memory document to summarize", "type": "string" } }, "required": [ "memory_id" ], "type": "object" }
Install Server

Other Tools from mcp-structured-memory

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/nmeierpolys/mcp-structured-memory'

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