Requires Google Sheets integration. Before using this tool, make sure you’ve connected your Google account in Paradime. See Connecting Google Sheets to Paradime for setup instructions.
Capabilities
Theread_google_sheet tool reads and extracts data from Google Sheets and converts it into a format DinoAI can reason over and act on. Specifically, it:
- Accesses a spreadsheet by ID
- Lets you select a specific sheet by name or GID
- Returns data in CSV format
- Auto-detects available sheets within a spreadsheet
- Includes metadata about the selected sheet
Using the Google Sheets Tool
- Open DinoAI in the right panel of the Code IDE
- Provide the Google Sheet ID or URL you want to reference (e.g.,
1abc...xyzor a full Google Sheets URL) - Optionally specify the sheet name or GID you want DinoAI to read
- Add your prompt describing what you want DinoAI to do with the sheet data
- Grant permission when DinoAI asks to access the spreadsheet
- Review and implement DinoAI’s suggested actions
Example Use Cases
Summarizing Sheet Columns
Prompt:Generating a dbt Seed and Schema
Prompt:schema.yml with column descriptions and suggested tests ready for implementation.
Working with Other Tools
The Google Sheets Tool works well alongside DinoAI’s other capabilities to support your full development workflow:- Combine with the Google Drive Search Tool to locate the right spreadsheet in Drive before reading its contents
- Combine with the Terminal Tool to run dbt commands against seeds or models generated from sheet data
- Use alongside Git Lite to commit seed files and schema definitions that trace back to a source spreadsheet
Best Practices
- Specify the sheet name or GID — For spreadsheets with multiple tabs, tell DinoAI which sheet to read to avoid ambiguity
- Keep sheets well-structured — DinoAI works best with sheets that have clear column headers in the first row and consistent data types per column
- Be specific in your prompt — Tell DinoAI exactly what you want produced, such as a seed file, column descriptions, or a set of dbt tests
- Verify the output — Always review DinoAI’s interpretation of your sheet data before implementing, especially when column names are abbreviated or ambiguous