Google Sheets

GOOGLESHEETS_GET_SHEET_NAMES

Lists all worksheet names from a specified Google Spreadsheet (which must exist), useful for discovering sheets before further operations.

Remote googlesheets

Other tools also called GOOGLESHEETS_GET_SHEET_NAMES? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "spreadsheet_id": {
      "type": "string",
      "description": "The unique identifier of the Google Spreadsheet. This ID is typically found in the spreadsheet's URL.\nExample: \"1qpyC0XzvTcKT6EISywY_7H7D7No1tpxEXAMPLE_ID\""
    }
  }
}