From cded9527014f4f6058aa747ee4d09becd4b25e13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 14:59:35 +0000 Subject: [PATCH] chore: update tool specifications --- lib/crewai-tools/tool.specs.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/lib/crewai-tools/tool.specs.json b/lib/crewai-tools/tool.specs.json index c7144e2cc..61b6f71a2 100644 --- a/lib/crewai-tools/tool.specs.json +++ b/lib/crewai-tools/tool.specs.json @@ -6821,7 +6821,26 @@ }, { "description": "Execute SQL queries against Databricks workspace tables and return the results. Provide a 'query' parameter with the SQL query to execute.", - "env_vars": [], + "env_vars": [ + { + "default": null, + "description": "Databricks workspace URL (use with DATABRICKS_TOKEN, or set DATABRICKS_CONFIG_PROFILE instead).", + "name": "DATABRICKS_HOST", + "required": false + }, + { + "default": null, + "description": "Databricks personal access token (pair with DATABRICKS_HOST).", + "name": "DATABRICKS_TOKEN", + "required": false + }, + { + "default": null, + "description": "Databricks CLI profile name (alternative to DATABRICKS_HOST/TOKEN).", + "name": "DATABRICKS_CONFIG_PROFILE", + "required": false + } + ], "humanized_name": "Databricks SQL Query", "init_params_schema": { "$defs": {