Skip to main content
Glama

mcp-gsheets

sheets_duplicate_sheet

Duplicate a sheet in Google Sheets by specifying the spreadsheet ID, sheet ID, insertion index, and new name. Streamline worksheet replication for organized data management.

Instructions

Duplicate a sheet within a Google Sheets spreadsheet

Input Schema

NameRequiredDescriptionDefault
insertSheetIndexNoThe index where the new sheet should be inserted (0-based)
newSheetNameNoThe name for the duplicated sheet
sheetIdYesThe ID of the sheet to duplicate (use sheets_get_metadata to find sheet IDs)
spreadsheetIdYesThe ID of the spreadsheet (found in the URL after /d/)

Input Schema (JSON Schema)

{ "properties": { "insertSheetIndex": { "description": "The index where the new sheet should be inserted (0-based)", "type": "number" }, "newSheetName": { "description": "The name for the duplicated sheet", "type": "string" }, "sheetId": { "description": "The ID of the sheet to duplicate (use sheets_get_metadata to find sheet IDs)", "type": "number" }, "spreadsheetId": { "description": "The ID of the spreadsheet (found in the URL after /d/)", "type": "string" } }, "required": [ "spreadsheetId", "sheetId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freema/mcp-gsheets'

If you have feedback or need assistance with the MCP directory API, please join our Discord server