Google Sheets

gs_rename_sheet

Rename a sheet/tab in a spreadsheet.

Remote node2flow/google-sheets

Other tools also called gs_rename_sheet? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "New name for the sheet"
    },
    "sheet_id": {
      "type": "number",
      "description": "The numeric sheet ID to rename"
    },
    "spreadsheet_id": {
      "type": "string",
      "description": "The spreadsheet ID"
    }
  }
}