discover-tools

Discover Databricks workspace tools and resources via the uv run discover-tools CLI.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/sumitsaxena-git/databricks-app --skill discover-tools-sumitsaxena-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discover-tools
Source: https://github.com/sumitsaxena-git/databricks-app/tree/main/agent-openai-agents-sdk/.claude/skills/discover-tools
Command: npx skills add https://github.com/sumitsaxena-git/databricks-app --skill discover-tools-sumitsaxena-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover available tools and resources in a Databricks workspace to accelerate agent development and integration.

Core Features & Use Cases

  • Tool discovery across UC Functions, Vector Search indexes, Genie spaces, and MCP servers.
  • Generate a consolidated view of workspace resources for quick reference during design and testing.
  • Use Case: Before coding an agent, identify data sources and endpoints to determine integration points.

Quick Start

Run a discovery with uv run discover-tools to enumerate available resources in your workspace.

Frequently Asked Questions about discover-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available tools and resources in a Databricks workspace?

To discover Databricks workspace resources, run the uv run discover-tools CLI command to enumerate available UC Functions, Vector Search indexes, Genie spaces, and MCP servers for quick reference during agent development.

What is the best way to find Databricks Genie spaces and UC functions before coding an agent?

The best way to find Databricks Genie spaces and UC functions is running a discovery scan with the discover-tools CLI, which generates a consolidated view of workspace resources to identify integration points before coding an agent.

Can I filter discovered Databricks workspace resources by catalog and schema?

Yes, you can filter discovered Databricks workspace resources by specifying catalog and schema options when running the uv run discover-tools CLI command, allowing targeted discovery of UC functions and Vector Search indexes.

Does discover-tools support outputting found MCP servers and Vector Search indexes in different formats?

Yes, discover-tools supports an output format option when enumerating MCP servers and Vector Search indexes, allowing you to generate workspace resource views in formats suited for your agent design and testing workflows.

When do I need to scan a Databricks workspace for MCP servers and vector search indexes?

You need to scan a Databricks workspace for MCP servers and vector search indexes when preparing agent code, locating available endpoints, and determining integration points to accelerate development and data source connectivity.