Requires Google Docs integration. Before using this tool, make sure you’ve connected your Google account in Paradime. See Connecting Google Docs to Paradime for setup instructions.
Capabilities
Theread_google_doc tool extracts the full content of a Google Doc and converts it into a format DinoAI can reason over and act on. Specifically, it:
- Converts Google Docs to clean markdown
- Preserves headings, lists, tables, links, and inline styling
- Includes document metadata such as title and last modified date
- Handles complex formatting structures
Using the Google Docs Tool
- Open DinoAI in the right panel of the Code IDE
- Provide the Google Doc ID or URL you want to reference (e.g.,
1abc...xyzor a full Google Docs URL) - Add your prompt describing what you want DinoAI to do with the document content
- Grant permission when DinoAI asks to access the document
- Review and implement DinoAI’s suggested actions
Example Use Cases
Turning a Spec into Implementation Steps
PromptGenerating dbt Model Requirements
PromptWorking with Other Tools
The Google Docs Tool works well alongside DinoAI’s other capabilities to support your full development workflow:- Combine with the Terminal Tool to scaffold models and run dbt commands based on spec requirements
- Combine with the Linear Tool or Jira Tool to cross-reference ticket requirements against a linked Google Doc
- Use alongside Git Lite to commit and push your changes before creating a pull request
Best Practices
- Share the doc correctly — Ensure the Google Doc is accessible to the account connected in Paradime
- Use well-structured docs — DinoAI works best with documents that use clear headings, lists, and sections rather than large blocks of unformatted text
- Be specific in your prompt — Tell DinoAI exactly what you want extracted or produced, such as model names, test types, or implementation order
- Verify the output — Always review DinoAI’s interpretation of your document before implementing, especially for complex or ambiguous specifications