create_block
ChatGPTCreate a new block in a Deepnote notebook.
create_notebook
ChatGPTCreate an empty Deepnote notebook inside a project.
create_project
ChatGPTCreate a new Deepnote project, optionally inside a folder.
create_run
ChatGPTStart running a Deepnote notebook and return the created run.
get_doc
ChatGPTFetch the full Markdown body of a Deepnote documentation article. Use list_docs first to find the slug.
get_integration
ChatGPTGet Deepnote integration details and cached table structure. Use list_integrations to discover integration IDs.
get_me
ChatGPTReturn info about the API key calling the MCP server: key name and type, the user that created it, the workspace, and the access level (viewer, editor, admin, etc.).
get_notebook
ChatGPTGet Deepnote notebook details, including blocks and input variables.
get_run
ChatGPTGet a Deepnote notebook run. By default returns a presigned snapshot download URL when available; optionally request inline snapshot content instead.
list_docs
ChatGPTReturn the Deepnote docs navigation tree (sections containing articles, in display order). Use this to discover which article to fetch with get_doc when answering product questions.
list_integration_block_usages
ChatGPTList SQL blocks that use a Deepnote integration, optionally narrowed to a single project. Use list_integrations to discover integration IDs.
list_integration_notebook_usages
ChatGPTList notebooks that contain SQL blocks using a Deepnote integration, optionally narrowed to a single project. Use list_integrations to discover integration IDs.
list_integration_project_usages
ChatGPTList projects connected to a Deepnote integration, optionally narrowed to a single project. Use list_integrations to discover integration IDs.
list_integrations
ChatGPTList Deepnote workspace integrations, optionally filtered by name or type.
list_notebook_runs
ChatGPTList historical runs for a Deepnote notebook.
list_projects
ChatGPTList Deepnote workspace projects, optionally filtered by name.
reorder_notebook_blocks
ChatGPTReorder blocks in a Deepnote notebook by moving one or more blocks to a new position.
search
ChatGPTSearch Deepnote workspace resources across projects, notebooks, blocks, and integrations.
update_block
ChatGPTUpdate an existing block in a Deepnote notebook.