mcp-gsheetsTools Reference
sheets_duplicate_sheet
Copy a sheet within the same spreadsheet
sheets_duplicate_sheet
Create a copy of an existing sheet within the same spreadsheet.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
spreadsheetId | string | Yes | The spreadsheet ID |
sheetId | number | Yes | The sheet ID to duplicate |
newSheetName | string | No | Name for the new sheet |
insertSheetIndex | number | No | Position for the new sheet |
Example
{
"tool": "sheets_duplicate_sheet",
"arguments": {
"spreadsheetId": "1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms",
"sheetId": 0,
"newSheetName": "Backup Copy"
}
}