Skip to main content
Glama

Databricks MCP Server

by samhavens
  • Linux
  • Apple

create_notebook

Generate and manage Databricks notebooks directly via the MCP server, allowing users to define paths, content, language, and overwrite settings for streamlined workspace integration.

Instructions

Create a new notebook in the Databricks workspace

Input Schema

NameRequiredDescriptionDefault
contentYes
languageNoPYTHON
overwriteNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "language": { "default": "PYTHON", "title": "Language", "type": "string" }, "overwrite": { "default": false, "title": "Overwrite", "type": "boolean" }, "path": { "title": "Path", "type": "string" } }, "required": [ "path", "content" ], "title": "create_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