Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | sheets__copy_sheet |
| Group | Integrations |
{
"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."
}