Loading...
Loading...
Discover available tools and resources in Databricks workspace. Use when: (1) User asks 'what tools are available', (2) Before writing agent code, (3) Looking for MCP servers, Genie spaces, UC functions, or vector search indexes, (4) User says 'discover', 'find resources', or 'what can I connect to'.
npx skill4agent add databricks/app-templates discover-toolsuv run discover-tools# Limit to specific catalog/schema
uv run discover-tools --catalog my_catalog --schema my_schema
# Output as JSON
uv run discover-tools --format json --output tools.json
# Save markdown report
uv run discover-tools --output tools.md
# Use specific Databricks profile
uv run discover-tools --profile DEFAULT| Resource Type | Description | MCP URL Pattern |
|---|---|---|
| UC Functions | SQL UDFs as agent tools | |
| UC Tables | Structured data for querying | (via UC functions) |
| Vector Search Indexes | RAG applications | |
| Genie Spaces | Natural language data interface | |
| Custom MCP Servers | Apps starting with | |
| External MCP Servers | Via UC connections | |
databricks.ymluv run start-app