update_table_column_name_tool
Modify column headers in Google Sheets tables by specifying indices and new names. Ensure updated columns and names match for accurate table organization and consistency.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
column_indices | Yes | List of column indices to update (0-based) | |
new_column_names | Yes | List of new column names (must match column_indices count) | |
sheet_name | Yes | The name of the sheet containing the table | |
spreadsheet_name | Yes | The name of the Google Spreadsheet | |
table_name | Yes | Name of the table to update column names in |