Skip to main content
Glama

Databricks MCP Server

by samhavens
  • Linux
  • Apple

export_notebook

Export notebooks from the Databricks workspace in specified formats using the Databricks MCP Server. Simplify data workflow integration by converting and extracting notebook content as needed.

Instructions

Export a notebook from the workspace

Input Schema

NameRequiredDescriptionDefault
formatNoJUPYTER
pathYes

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "JUPYTER", "title": "Format", "type": "string" }, "path": { "title": "Path", "type": "string" } }, "required": [ "path" ], "title": "export_notebookArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samhavens/databricks-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server