> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# DinoAI Tools

> The full catalog of DinoAI tools, showing which are available in Copilot and in Programmable Agents, and what each one connects to.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

DinoAI tools extend the assistant with access to your data warehouse, files, external services, and the web. Each tool is available in **Copilot**, in the **Programmable / Slack / Bolt agents**, or both — see the catalog below.

***

### Managing tools

Which tools an assistant can use, and whether they run automatically, is controlled per surface:

* **In Copilot** — the built-in **Tools Settings** panel. Open it with the **Settings** icon in the prompt input bar to toggle each tool and choose Auto-accept vs. Ask for permission.
* **In Programmable Agents** — the `tools.list` allowlist in the agent YAML. See the [Tools Reference](/products/dino-ai/programmable-agents/tools-reference) for allow-listable ids and [YAML Configuration](/products/dino-ai/programmable-agents/yaml-configuration) for syntax.

<Arcade src="https://demo.arcade.software/ZLeGVTIVsbm88LcC9x9j?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Tools and Features" />

<Accordion title="Auto-accept, permissions & the Terminal commands allow list (Copilot)">
  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.

  The Terminal Tool has an additional **Commands Allow List** — use glob patterns to control which terminal commands are auto-approved:

  ```
  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
  ```
</Accordion>

***

### Tool catalog

**Core tools**

| Tool                                                                              | Copilot | Agent | Backed by  |
| --------------------------------------------------------------------------------- | :-----: | :---: | ---------- |
| [Terminal](/products/dino-ai/tools-and-features/terminal-tool)                    |    ✓    |   ✓   | Built-in   |
| [File System](/products/dino-ai/tools-and-features/file-system-tool)              |    ✓    |   ✓   | Built-in   |
| [Code Search](/products/dino-ai/tools-and-features/code-search-tool)              |    ✓    |   ✓   | Built-in   |
| [Web Search](/products/dino-ai/tools-and-features/web-search-tool)                |    ✓    |   ✓   | Built-in   |
| [Perplexity](/products/dino-ai/tools-and-features/perplexity-tool)                |    ✓    |   ✓   | Perplexity |
| [Paradime Docs](/products/dino-ai/tools-and-features/paradime-docs-tool)          |    ✓    |   ✓   | Built-in   |
| [Catalog](/products/dino-ai/tools-and-features/catalog-tool)                      |    ✓    |   —   | Built-in   |
| [Column Level Lineage](/products/dino-ai/tools-and-features/column-level-lineage) |    ✓    |   —   | Built-in   |
| [Bolt Logs](/products/dino-ai/tools-and-features/bolt-logs-tool)                  |    ✓    |   ✓   | Built-in   |

**Warehouse tools**

| Tool                                                                                                          | Copilot | Agent | Backed by            |
| ------------------------------------------------------------------------------------------------------------- | :-----: | :---: | -------------------- |
| [SQL Execution](/products/dino-ai/tools-and-features/warehouse-tool/sql-execution-tool)                       |    ✓    |   ✓   | Warehouse connection |
| [Snowflake](/products/dino-ai/tools-and-features/warehouse-tool/snowflake-tools)                              |    ✓    |   ✓   | Snowflake            |
| [Snowflake Query Analysis](/products/dino-ai/tools-and-features/warehouse-tool/snowflake-query-analysis-tool) |    ✓    |   ✓   | Snowflake            |
| [BigQuery](/products/dino-ai/tools-and-features/warehouse-tool/bigquery-tools)                                |    ✓    |   ✓   | BigQuery             |
| [BigQuery Query Analysis](/products/dino-ai/tools-and-features/warehouse-tool/bigquery-query-analysis-tool)   |    ✓    |   ✓   | BigQuery             |
| [Redshift](/products/dino-ai/tools-and-features/warehouse-tool/redshift-tools)                                |    ✓    |   ✓   | Redshift             |
| [Trino](/products/dino-ai/tools-and-features/warehouse-tool/trino-tools)                                      |    ✓    |   ✓   | Trino                |
| [Databricks](/products/dino-ai/tools-and-features/warehouse-tool/databricks-tools)                            |    ✓    |   ✓   | Databricks           |
| [SQL Server](/products/dino-ai/tools-and-features/warehouse-tool/sql-server-tools)                            |    ✓    |   ✓   | SQL Server           |
| [ClickHouse](/products/dino-ai/tools-and-features/warehouse-tool/clickhouse-tools)                            |    ✓    |   ✓   | ClickHouse           |
| [Microsoft Fabric](/products/dino-ai/tools-and-features/warehouse-tool/microsoft-fabric-tools)                |    ✓    |   ✓   | Microsoft Fabric     |
| [DuckDB](/products/dino-ai/tools-and-features/warehouse-tool/duckdb-tool)                                     |    ✓    |   —   | DuckDB               |
| [MongoDB](/products/dino-ai/tools-and-features/warehouse-tool/mongodb-tools)                                  |    ✓    |   ✓   | MongoDB              |

**Integrations**

| Tool                                                                                   | Copilot | Agent | Backed by     |
| -------------------------------------------------------------------------------------- | :-----: | :---: | ------------- |
| [Jira](/products/dino-ai/tools-and-features/jira-tool)                                 |    ✓    |   ✓   | Jira          |
| [Linear](/products/dino-ai/tools-and-features/linear-tool)                             |    ✓    |   ✓   | Linear        |
| [Confluence](/products/dino-ai/tools-and-features/confluence-tool)                     |    ✓    |   ✓   | Confluence    |
| [Notion](/products/dino-ai/tools-and-features/notion-tool)                             |    ✓    |   ✓   | Notion        |
| [Slack](/products/dino-ai/tools-and-features/slack-tools)                              |    —    |   ✓   | Slack         |
| [GitHub PR Management](/products/dino-ai/tools-and-features/github-pr-management-tool) |    ✓    |   —   | GitHub        |
| [Google Docs](/products/dino-ai/tools-and-features/google-docs-tool)                   |    ✓    |   ✓   | Google Docs   |
| [Google Drive Search](/products/dino-ai/tools-and-features/google-drive-search-tool)   |    ✓    |   ✓   | Google Drive  |
| [Google Sheets](/products/dino-ai/tools-and-features/google-sheets-tool)               |    ✓    |   ✓   | Google Sheets |


## Related topics

- [Terminal Tool](/products/dino-ai/tools-and-features/terminal-tool.md)
- [SQL Execution Tool](/products/dino-ai/tools-and-features/warehouse-tool/sql-execution-tool.md)
- [DinoAI](/products/dino-ai/index.md)
- [DinoAI Credits](/products/dino-ai/dinoai-credits.md)
- [Linear Tool](/products/dino-ai/tools-and-features/linear-tool.md)
