update_table_title_tool
Modify the title of a table in Google Sheets without altering its structure or data. Specify the spreadsheet, sheet, current table name, and the new title to update it. Returns JSON with success status and details.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
new_table_name | Yes | New title for the table | |
old_table_name | Yes | Current name of the table to update | |
sheet_name | Yes | The name of the sheet containing the table | |
spreadsheet_name | Yes | The name of the Google Spreadsheet |