MCP Libraries
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

ParameterTypeRequiredDescription
spreadsheetIdstringYesThe spreadsheet ID
sheetIdnumberYesThe sheet ID to duplicate
newSheetNamestringNoName for the new sheet
insertSheetIndexnumberNoPosition for the new sheet

Example

{
  "tool": "sheets_duplicate_sheet",
  "arguments": {
    "spreadsheetId": "1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms",
    "sheetId": 0,
    "newSheetName": "Backup Copy"
  }
}

On this page