workspace_get_sheet
Retrieve structured data from a Google Sheets range, where the first row provides column headers and subsequent rows contain data entries.
Instructions
Get values from a Google Sheets range (first row as headers, rest as data rows)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheetId | Yes | Google Sheets spreadsheet ID (from URL: docs.google.com/spreadsheets/d/{id}) | |
| range | Yes | Cell range in A1 notation (e.g. 'Sheet1!A1:D10') |