Skip to main content
Glama

mcp-structured-memory

get_full_memory

Retrieve the entire content of a memory document, preserving all Markdown formatting, including headings, bold, italic, code, links, tables, and lists.

Instructions

Retrieve the complete content of a memory document with all Markdown formatting preserved (headings, bold, italic, code, links, tables, lists, etc.)

Input Schema

NameRequiredDescriptionDefault
memory_idYesThe ID of the memory document to retrieve

Input Schema (JSON Schema)

{ "properties": { "memory_id": { "description": "The ID of the memory document to retrieve", "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