list_notebooks
Retrieve a list of notebooks within a specified workspace directory on Databricks MCP Server for efficient workspace navigation and management.
Instructions
List notebooks in a workspace directory
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| path | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "path": {
      "title": "Path",
      "type": "string"
    }
  },
  "required": [
    "path"
  ],
  "title": "list_notebooksArguments",
  "type": "object"
}