Skip to main content
Add a new sheet/tab to a spreadsheet

Tool details

FieldValue
Namesheets__add_sheet
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "spreadsheetId": {
      "type": "string",
      "description": "Google Sheets spreadsheet ID"
    },
    "requests": {
      "type": "array",
      "description": "A batchUpdate requests array containing an addSheet request"
    }
  },
  "required": [
    "spreadsheetId",
    "requests"
  ],
  "description": "Input schema for the sheets__add_sheet tool."
}

Output schema

This tool does not publish an output schema.