databricks-config

Manage Databricks workspace connections for status, switching, and authentication.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Blackkadder/databricks-apps-and-agents-workshop --skill databricks-config-blackkadder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-config
Source: https://github.com/Blackkadder/databricks-apps-and-agents-workshop/tree/main/.claude/skills/databricks-config
Command: npx skills add https://github.com/Blackkadder/databricks-apps-and-agents-workshop --skill databricks-config-blackkadder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Databricks workspace connections: check current workspace, switch profiles, list available workspaces, or authenticate to a new workspace.

Core Features & Use Cases

  • Check current workspace and active profile
  • List available workspaces and switch to a different profile
  • Authenticate to a new workspace and update session context

Quick Start

Ask the assistant to check the current workspace and switch to a different profile.

Frequently Asked Questions about databricks-config

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

FAQPage Schema
How do I switch Databricks workspace profiles from the CLI?

You can switch Databricks workspace profiles by asking the assistant to manage your workspace connections, which maps the intent to the manage_workspace MCP tool call. The tool requires the target host and profile name to safely execute the profile switch.

What is the best way to check my current Databricks workspace and active profile?

Checking your current Databricks workspace is done by requesting a status action through the assistant, which queries the manage_workspace MCP tool. It returns your active profile and current connection context safely without requiring manual CLI commands.

How does Databricks authentication work for new workspaces using MCP?

Databricks authentication for new workspaces using MCP works by triggering a login action mapped to the manage_workspace tool. You provide the workspace URL and profile details, and the skill authenticates your session and updates the connection context.

Can I list all available Databricks workspaces and profiles in my environment?

Yes, you can list available Databricks workspaces by asking the assistant to perform a list action. The skill queries the manage_workspace MCP tool to enumerate your configured profiles and available workspaces safely across your current environment.

Do I need to provide a host and profile name to manage Databricks workspace connections?

Yes, you need to provide a host and profile name to manage Databricks workspace connections effectively. The manage_workspace MCP tool requires these parameters to execute status, switch, and login actions safely across your configured workspaces.

Why does my Databricks workspace switch fail when using multiple profiles?

A Databricks workspace switch may fail if the required host or profile parameters are missing or incorrect. The manage_workspace MCP tool needs accurate host, profile, and optional URL values to execute the switch action safely and update your session context.