Skip to main content
Run pre-defined SQL statements through a constrained form interface, with URL query parameters to prefill fields for bookmarking and sharing.

execute_sql Tools

For execute_sql tools, you get a full SQL editor with syntax highlighting. execute-sql

Custom Tools

Custom tools provide a constrained interface that limits users to running pre-defined SQL statements. Instead of writing arbitrary SQL, users fill in a parameter form—reducing errors and enforcing safe query patterns. custom-tool Example configuration in dbhub.toml:
dbhub.toml
In the Workbench, this renders as a form with a single input. The generated SQL is shown as a read-only preview before execution.