confluence_insert_table_row
Insert a new row into a Confluence page table by specifying the page, row position, and cell values.
Instructions
Insert a new row into a table on a Confluence page.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
row_index: Position to insert at (0-based). Use -1 to append at the end.
values: List of cell values for the new row.
table_index: Which table on the page (0-based, default first table).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| page_id | Yes | ||
| row_index | Yes | ||
| table_index | No |