update_table_column_name_tool
Rename columns in Google Sheets tables by specifying indices and new names. Input spreadsheet, sheet, and table details to update column headers accurately.
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 |