insert_table_row
Add a new row to a Notion table by providing cell values that match the table's column count, optionally inserting after a specific row.
Instructions
Insert a new row into an existing table.
The number of cells must match the table's existing width.
Args: table_id: The table block ID. cells_json: JSON array. Each element is either: - a plain string (single text segment) - a list of strings (multi-segment plain text in one cell) Example for a 4-column table: '["SMB", "$15K", "$0.015", "$80k - $300k"]' after_row_id: Optional row ID to insert after. If empty, append to end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | ||
| cells_json | Yes | ||
| after_row_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |