word_insert_table_paragraphs
Insert new paragraphs into a table cell after a specified paragraph ID in a Word document, optionally recording edits as tracked changes.
Instructions
Insert new paragraphs into a table cell, after a given paraId
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texts | Yes | Text content for each new paragraph, in order | |
| file_path | Yes | Absolute path to the .docx file | |
| after_para_id | Yes | w14:paraId of the table-cell paragraph to insert the new paragraphs after | |
| track_changes | No | Record this edit as a tracked change (default: true) |