List Tabs
Perform List Tabs through Google Sheets.
google_sheets_list_tabswrite
Inputs
- Spreadsheet Id
spreadsheet_idexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessspreadsheet_idSpreadsheet IdtabsTabstab_countTab Countvisible_tabsVisible Tabsvisible_tab_countVisible Tab CounterrorErrorerror_messageError Message
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"spreadsheet_id"
],
"properties": {
"spreadsheet_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"tabs": {},
"error": {},
"success": {},
"tab_count": {},
"visible_tabs": {},
"error_message": {},
"spreadsheet_id": {},
"visible_tab_count": {}
},
"additionalProperties": true
}