insert_table_column
Add a new column to tables in Google Docs by specifying position and direction, enabling structured document editing.
Instructions
Insert a new column into an existing table.
Column indices are 0-based (0 is the first column).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the Google Document | |
| table_start_index | Yes | The index where the table starts | |
| column_index | Yes | The column index (0-based) where to insert | |
| insert_right | No | True to insert right of column, False to insert left |