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