read_full_sheet
Read an entire Google Sheet tab, save it to a local CSV file, and return the file path along with a 5x5 preview of the data. Useful when you need complete data without overflowing the context.
Instructions
Read an entire sheet tab, save it to a local CSV, and return the path + a 5x5 preview.
Reads the full tab (item = URL or ID; default first tab) via the Sheets API, writes it to
dest_path (resolved inside the sandbox files dir; a sanitized default name otherwise), and
returns total_rows/total_cols plus the same first-5-rows/cols preview as read_sheet. Use this
instead of read_sheet when you need the complete data without flooding the context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | ||
| item | Yes | ||
| values | No | UNFORMATTED | |
| dest_path | No |