Skip to main content
Glama

mcp-gsheets

sheets_copy_to

Copy a specific sheet from one Google Sheets spreadsheet to another by specifying source and destination spreadsheet IDs and the sheet ID to transfer.

Instructions

Copy a sheet to another Google Sheets spreadsheet

Input Schema

NameRequiredDescriptionDefault
destinationSpreadsheetIdYesThe ID of the destination spreadsheet
sheetIdYesThe ID of the sheet to copy (use sheets_get_metadata to find sheet IDs)
spreadsheetIdYesThe ID of the source spreadsheet (found in the URL after /d/)

Input Schema (JSON Schema)

{ "properties": { "destinationSpreadsheetId": { "description": "The ID of the destination spreadsheet", "type": "string" }, "sheetId": { "description": "The ID of the sheet to copy (use sheets_get_metadata to find sheet IDs)", "type": "number" }, "spreadsheetId": { "description": "The ID of the source spreadsheet (found in the URL after /d/)", "type": "string" } }, "required": [ "spreadsheetId", "sheetId", "destinationSpreadsheetId" ], "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