delete_table_records_tool
Remove specific rows from a Google Sheets table while maintaining its structure. Specify spreadsheet, sheet, table, and record numbers to delete rows in descending order without index conflicts.
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 |