create_duplicate_sheet_tool
Generate a copy of an existing sheet in Google Sheets with customizable name and position. Duplicate data for backups, templates, or version control.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
insert_position | No | Position to insert the duplicated sheet (1-based index, optional - will insert at end if not specified) | |
new_sheet_name | No | Name for the duplicated sheet (optional, will auto-generate if not provided) | |
source_sheet_name | Yes | Name of the sheet to duplicate | |
spreadsheet_name | Yes | The name of the Google Spreadsheet |