update_section
Modify or add content to specific sections in memory documents using Markdown formatting for structured project 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
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | The ID of the memory document to update | |
| section | Yes | The section name to update | |
| content | Yes | The new content for the section. Supports full Markdown: headings (#), **bold**, *italic*, `code`, [links](url), ```code blocks```, lists, tables, etc. | |
| mode | No | Whether to append to or replace the section content (default: append) |