Skip to main content
Glama

google-sheets-mcp

create_duplicate_sheet_tool

Duplicate a specific sheet within a Google Spreadsheet, allowing customization of the new sheet's name and position within the workbook for efficient data organization.

Instructions

Create a duplicate of an existing sheet.

Input Schema

NameRequiredDescriptionDefault
insert_positionNoPosition to insert the duplicated sheet (1-based index, optional - will insert at end if not specified)
new_sheet_nameNoName for the duplicated sheet (optional, will auto-generate if not provided)
source_sheet_nameYesName of the sheet to duplicate
spreadsheet_nameYesThe name of the Google Spreadsheet

Input Schema (JSON Schema)

{ "properties": { "insert_position": { "default": null, "description": "Position to insert the duplicated sheet (1-based index, optional - will insert at end if not specified)", "title": "Insert Position", "type": "integer" }, "new_sheet_name": { "default": "", "description": "Name for the duplicated sheet (optional, will auto-generate if not provided)", "title": "New Sheet Name", "type": "string" }, "source_sheet_name": { "description": "Name of the sheet to duplicate", "title": "Source Sheet Name", "type": "string" }, "spreadsheet_name": { "description": "The name of the Google Spreadsheet", "title": "Spreadsheet Name", "type": "string" } }, "required": [ "spreadsheet_name", "source_sheet_name" ], "title": "create_duplicate_sheet_toolArguments", "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/henilcalagiya/google-sheets-mcp'

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