list_sheets
Retrieve the names of all sheets in a Google Spreadsheet by providing the spreadsheet ID.
Instructions
List all sheets in a Google Spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet (found in the URL)
Returns: List of sheet names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |