delete_table_records_tool
Remove specific rows (records) from a table in Google Sheets while maintaining table structure. Deletes rows in descending order to prevent index shifting issues. Requires spreadsheet, sheet, table names, and record numbers to delete.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
record_numbers | Yes | List of record numbers to delete (1-based, excluding header) | |
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 delete records from |