For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tools and Features

DinoAI Tools extend its capabilities by providing access to your data warehouse, files, external services, and web resources for contextual assistance.

DinoAI Tools extend its capabilities by providing access to your data warehouse, files, external services, and web resources for contextual assistance.


Managing Tools

DinoAI includes a built-in Tools Settings panel where you can view and manage every tool available to the assistant.

To open it, click the Settings icon inside the prompt input bar.

spinner

Auto-Accept vs. Ask for Permission

For each tool you can choose how DinoAI handles tool calls:

Mode
Behaviour

Auto-accept

DinoAI runs the tool automatically without asking for confirmation

Ask for permission

DinoAI pauses and waits for your approval before executing the tool

Choose Ask for permission for tools that make writes or run commands, and Auto-accept for read-only lookups where you want faster responses.

Terminal Tool — Commands Allow List

The Terminal Tool has an additional configuration option: the Commands Allow List.

Use glob patterns to control which terminal commands are auto-approved and can run automatically without a permission prompt. Commands that do not match any pattern in the list will always require explicit approval, regardless of the auto-accept setting.

Examples:

dbt *          # auto-approve all dbt commands
git status     # auto-approve only git status
git diff *     # auto-approve git diff with any arguments
pytest *       # auto-approve test runs

Available Tools

Bolt Logs Tool

Access and analyze execution logs from your Bolt scheduled jobs directly from DinoAI. Diagnose failures, investigate slow runs, and resolve dbt errors based on real log data.

Confluence Tool

Pull Confluence pages into DinoAI to turn specs, technical designs, and team documentation into actionable development work. Extract requirements, generate implementation tasks, and build dbt models.

Column Level Lineage

Trace column-level lineage and search your full data catalog directly from DinoAI. Understand upstream and downstream dependencies and find related assets across your data stack.

Data Warehouse Tools

Explore your connected warehouse metadata with DinoAI to inspect schemas, tables, columns, and relationships and build more accurate dbt assets faster.

File System Tool

Enable DinoAI to create, modify, read, and search files in your repository, with built-in safeguards for controlled code changes.

GitHub PR Management Tool

Create, read, and list GitHub pull requests, including diffs, CI status, and reviews.

Google Docs Tool

Import Google Docs into DinoAI to turn specs, requirements, and documentation into actionable development work. Extract content, generate dbt model requirements, and implement features.

Google Drive Search Tool

Search and discover files across your Google Drive directly from DinoAI. Find the latest specs, runbooks, and data contracts by file type, folder, content, or modification date.

Google Sheets Tool

Read Google Sheets data by spreadsheet ID and return it as CSV with metadata.

Jira Tool

Connect DinoAI to your Jira tickets to implement features and fix issues based on requirements stored in your task management system.

Linear Tool

Connect DinoAI to your Linear issues to implement features and fix bugs based on requirements stored in your task management system.

Notion Tool

Connect Notion to DinoAI to search workspace pages, read content and comments, and turn team docs, specs, and feedback into actionable development work.

PDF Tool

Extract and understand information from PDF documents, enabling DinoAI to reference documentation and requirements in responses.

Perplexity Tool

Integrate web search capabilities into DinoAI, providing up-to-date information with cited sources for accurate technical assistance.

Terminal Tool

Enable DinoAI to suggest and execute terminal commands for Git operations, dbt runs, and other command-line tasks with error analysis.

Web Search Tool

Search the web and extract page content directly from DinoAI to research documentation, package references, and current technical guidance without leaving Paradime.


Data Warehouse Tools

BigQuery Tools

Explore BigQuery projects, datasets, tables, schemas, and query performance directly from DinoAI to build accurate SQL, debug slow jobs, and investigate costs.

BigQuery Query Analysis Tool

Deep-dive into BigQuery query performance directly from DinoAI. Analyze execution plans, diagnose bottlenecks, and get actionable optimization suggestions.

ClickHouse Tools

Explore ClickHouse databases, tables, and schemas directly from DinoAI to write accurate SQL, generate dbt sources, and understand table structure faster.

Databricks Tools

Explore Databricks catalogs, schemas, tables, and columns directly from DinoAI to write accurate SQL, generate dbt sources, and navigate Unity Catalog faster.

DuckDB Tool

Explore DuckDB schemas, tables, and columns directly from DinoAI to write accurate SQL, generate dbt sources, and understand table structure faster.

Microsoft Fabric Tools

Explore Microsoft Fabric databases, schemas, tables, and columns directly from DinoAI to write accurate SQL, generate dbt sources, and understand warehouse structure faster.

Redshift Tools

Explore Redshift databases, schemas, tables, and columns directly from DinoAI to write accurate SQL, generate dbt sources, and understand warehouse structure faster.

Snowflake Tools

Explore Snowflake databases, schemas, tables, columns, and query performance directly from DinoAI to write accurate SQL, generate dbt sources, and diagnose slow queries faster.

Snowflake Query Analysis Tool

Deep-dive into Snowflake query performance directly from DinoAI. Analyze execution plans, diagnose bottlenecks, surface spill metrics, and get actionable optimization suggestions.

SQL Server Tools

Explore SQL Server databases, schemas, tables, and columns directly from DinoAI to write accurate SQL, generate dbt sources, and understand warehouse structure faster.

Trino Tools

Explore Trino catalogs, schemas, tables, and columns directly from DinoAI to write accurate SQL, generate dbt sources, and understand cross-source warehouse structure faster.

SQL Execution Tool

Run SQL against your connected data warehouse directly from DinoAI. Profile datasets, inspect model outputs, find distinct values, and generate dbt tests based on real data.

Last updated

Was this helpful?