delete_paragraph
Delete a paragraph in a document by its 0-based index. Enables programmatic removal of specific sections.
Instructions
Delete a paragraph by index.
Args: index: Paragraph index (0-based)
Returns: Success message or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |