insert_paragraph_after
Insert a new paragraph after a specified index in a document. Optionally apply a style to the new paragraph.
Instructions
Insert a paragraph after the specified index.
Args: index: Paragraph index to insert after text: Text content for new paragraph style: Optional style name
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| index | Yes | ||
| style | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |