什麼是 discover-tools?
發現 Databricks 工作區中的可用工具和資源。在以下情況下使用:(1) 使用者詢問“有哪些工具可用”,(2) 在編寫代理程式碼之前,(3) 尋找 MCP 伺服器、Genie 空間、UC 函數或向量搜尋索引,(4) 使用者說“發現”、“查找資源”或“我可以連接到什麼”。 來源:databricks/app-templates。
發現 Databricks 工作區中的可用工具和資源。在以下情況下使用:(1) 使用者詢問“有哪些工具可用”,(2) 在編寫代理程式碼之前,(3) 尋找 MCP 伺服器、Genie 空間、UC 函數或向量搜尋索引,(4) 使用者說“發現”、“查找資源”或“我可以連接到什麼”。
透過命令列快速安裝 discover-tools AI 技能到你的開發環境
來源:databricks/app-templates。
Run tool discovery BEFORE writing agent code to understand what resources are available in the workspace.
| Resource Type | Description | MCP URL Pattern |
| UC Functions | SQL UDFs as agent tools | {host}/api/2.0/mcp/functions/{catalog}/{schema} | | UC Tables | Structured data for querying | (via UC functions) | | Vector Search Indexes | RAG applications | {host}/api/2.0/mcp/vector-search/{catalog}/{schema} | | Genie Spaces | Natural language data interface | {host}/api/2.0/mcp/genie/{spaceid} |
發現 Databricks 工作區中的可用工具和資源。在以下情況下使用:(1) 使用者詢問“有哪些工具可用”,(2) 在編寫代理程式碼之前,(3) 尋找 MCP 伺服器、Genie 空間、UC 函數或向量搜尋索引,(4) 使用者說“發現”、“查找資源”或“我可以連接到什麼”。 來源:databricks/app-templates。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/databricks/app-templates --skill discover-tools發現 Databricks 工作區中的可用工具和資源。在以下情況下使用:(1) 使用者詢問“有哪些工具可用”,(2) 在編寫代理程式碼之前,(3) 尋找 MCP 伺服器、Genie 空間、UC 函數或向量搜尋索引,(4) 使用者說“發現”、“查找資源”或“我可以連接到什麼”。 來源:databricks/app-templates。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/databricks/app-templates --skill discover-tools 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/databricks/app-templates