Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Copy a sheet/tab to another spreadsheet
sheets__copy_sheet
{ "type": "object", "properties": { "spreadsheetId": { "type": "string", "description": "Source spreadsheet ID" }, "sheetId": { "type": "number", "description": "Source sheet ID" }, "destinationSpreadsheetId": { "type": "string", "description": "Destination spreadsheet ID" } }, "required": [ "spreadsheetId", "sheetId", "destinationSpreadsheetId" ], "description": "Input schema for the sheets__copy_sheet tool." }