add_header
Add a header to a document section with custom text and alignment options.
Instructions
Add a header to the document section.
Args: text: Header text content section_index: Section to add header 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 |