Skip to main content
Glama

mcp-structured-memory

update_section

Update or append content to a specific section in a memory document using Markdown formatting. Supports headings, bold, italics, code blocks, links, lists, and tables for structured knowledge management.

Instructions

Update an entire section of a memory document. Content supports full Markdown formatting including headings, bold, italic, code blocks, links, lists, tables, and all standard Markdown syntax.

Input Schema

NameRequiredDescriptionDefault
contentYesThe new content for the section. Supports full Markdown: headings (#), **bold**, *italic*, `code`, [links](url), ```code blocks```, lists, tables, etc.
memory_idYesThe ID of the memory document to update
modeNoWhether to append to or replace the section content (default: append)
sectionYesThe section name to update

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The new content for the section. Supports full Markdown: headings (#), **bold**, *italic*, `code`, [links](url), ```code blocks```, lists, tables, etc.", "type": "string" }, "memory_id": { "description": "The ID of the memory document to update", "type": "string" }, "mode": { "description": "Whether to append to or replace the section content (default: append)", "enum": [ "append", "replace" ], "type": "string" }, "section": { "description": "The section name to update", "type": "string" } }, "required": [ "memory_id", "section", "content" ], "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