sheets_add_table
Add a structured Google Sheets table with typed columns and optional dropdown values.
Instructions
Create a native Google Sheets table with typed columns and optional dropdown values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique table name within the spreadsheet | |
| range | Yes | A1 notation range for the table, e.g. "A1:D20" or "Sheet1!A1:D20" | |
| columns | Yes | Column definitions for the table | |
| sheetName | Yes | Name of the sheet (tab) where the table will be created | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |