insert_paragraph
Add paragraphs to DOCX or Google Docs documents at specific positions relative to anchor paragraphs while preserving formatting.
Instructions
Insert a paragraph before/after an anchor paragraph by bk* id. Supports DOCX and Google Docs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Path to the DOCX file. | |
| google_doc_id | No | Google Doc ID or URL (alternative to file_path). Extract from URL: docs.google.com/document/d/{ID}/edit | |
| positional_anchor_node_id | Yes | ||
| new_string | Yes | ||
| instruction | Yes | ||
| position | No | ||
| style_source_id | No | Paragraph _bk_* ID to clone formatting (pPr and template run) from instead of the positional anchor. Falls back to anchor with a warning if not found. |