Skip to main content
Glama

mcp-structured-memory

get_section

Extract a specific section from a memory document using the provided memory ID and section name, enabling targeted access to structured project knowledge.

Instructions

Retrieve a specific section from a memory document

Input Schema

NameRequiredDescriptionDefault
memory_idYesThe ID of the memory document to read from
sectionYesThe section name to retrieve

Input Schema (JSON Schema)

{ "properties": { "memory_id": { "description": "The ID of the memory document to read from", "type": "string" }, "section": { "description": "The section name to retrieve", "type": "string" } }, "required": [ "memory_id", "section" ], "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