Google Super
GOOGLESUPER_GET_SHEET_NAMES
Lists all worksheet names from a specified Google Spreadsheet (which must exist), useful for discovering sheets before further operations.
Remote googlesuper
Other tools also called GOOGLESUPER_GET_SHEET_NAMES?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"spreadsheet_id": {
"type": "string",
"title": "Spreadsheet Id",
"examples": [
"1qpyC0XzvTcKT6EISywY_7H7D7No1tpxEXAMPLE_ID"
],
"description": "The unique identifier of the Google Spreadsheet. This ID is typically found in the spreadsheet's URL."
}
}
}