insert_table
Add a table with specified rows and columns at a designated position in a Google Document to organize content and present data clearly.
Instructions
Insert a new table with specified dimensions at a given index.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the Google Document | |
| rows | Yes | Number of rows for the new table | |
| columns | Yes | Number of columns for the new table | |
| index | Yes | The index (1-based) where the table should be inserted |