add_native_footnote
Adds a native footnote to a specified paragraph in a Word document by providing the paragraph index and footnote text.
Instructions
Add a native Word footnote to a specific paragraph.
Args: paragraph_index: Index of the paragraph to add footnote to footnote_text: Text content of the footnote
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| footnote_text | Yes | ||
| paragraph_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |