Capabilities
All nine tools are read-only and run without prompting for approval.
Discovery data comes from your Bolt runs in the workspace’s default Bolt environment. If a workspace has no Bolt runs with dbt™ artifacts yet, the tools return an error explaining that no discovery data has been ingested.
Example Use Cases
Checking model health before a change PromptWorking with Other Tools
- Combine with the Catalog Tool to first find an asset by business concept, then pull its full details and lineage with
get_node_detailsandget_lineage - Combine with the SQL Execution Tool to validate the data behind a model whose metadata looks suspicious
- Combine with the Bolt Logs Tool to jump from a failing model’s health report to the logs of the run that broke it