add_footer
Add a footer to a specific document section with custom text and alignment options (left, center, right).
Instructions
Add a footer to the document section.
Args: text: Footer text content section_index: Section to add footer to (default: 0) alignment: Text alignment - "left", "center", "right"
Returns: Success message or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| alignment | No | center | |
| section_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |