Skip to main content
append_markdown_to_document Append content to the END of an existing document. Existing content is PRESERVED — new content is added after it. Use when the user asks to ADD, INSERT, or EXTEND a document (NOT rewrite it). Same extended Markdown syntax as write_document_markdown — see system prompt for reference.

Parameters

documentId
string
required
ID of the document to append to.
markdown
string
required
Content to append, in extended Markdown.