delete_table_tool
Remove specified tables from Google Sheets while preserving other content. Permanently deletes table structure and data. Input includes spreadsheet name, sheet name, and table list to delete.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sheet_name | Yes | The name of the sheet containing the tables | |
spreadsheet_name | Yes | The name of the Google Spreadsheet | |
table_names | Yes | List of table names to delete (e.g., ['Project Tracker', 'Customer Data', 'Sales Report']) |