Skip to main content
The Database Toolkit allows your workflows to interact with a SQL database — listing tables, retrieving schema information, executing queries, and validating SQL before running it.

Authentication

All Database tools require a SQL database connection. Each tool includes a Connection selector. If no connection is configured, go to Settings → Connectors to create one.

Tools

List Tables

Retrieves a list of all tables in the connected database.

Table Info

Retrieves schema information for one or more tables in the connected database.

SQL Db Query

Executes a SQL query against the connected database.

Query Checker

Validates a SQL query against the connected database without executing it.