Jupyter Notebook · Capability
Jupyter Notebook REST API — Contents
Jupyter Notebook REST API — Contents. 8 operations. Lead operation: Jupyter Notebook Get contents. Self-contained Naftiko capability covering one Jupyter Notebook business surface.
What You Can Do
GET
Getcontents
— Jupyter Notebook Get contents
/v1/api/contents/{path}
POST
Createcontent
— Jupyter Notebook Create a new file or directory
/v1/api/contents/{path}
PUT
Updatecontent
— Jupyter Notebook Save or upload content
/v1/api/contents/{path}
PATCH
Renamecontent
— Jupyter Notebook Rename a file or directory
/v1/api/contents/{path}
DELETE
Deletecontent
— Jupyter Notebook Delete a file or directory
/v1/api/contents/{path}
GET
Listcheckpoints
— Jupyter Notebook List checkpoints
/v1/api/contents/{path}/checkpoints
POST
Createcheckpoint
— Jupyter Notebook Create a checkpoint
/v1/api/contents/{path}/checkpoints
DELETE
Deletecheckpoint
— Jupyter Notebook Delete a checkpoint
/v1/api/contents/{path}/checkpoints/{checkpoint-id}
MCP Tools
jupyter-notebook-get-contents
Jupyter Notebook Get contents
read-only
idempotent
jupyter-notebook-create-new-file
Jupyter Notebook Create a new file or directory
jupyter-notebook-save-upload-content
Jupyter Notebook Save or upload content
idempotent
jupyter-notebook-rename-file-directory
Jupyter Notebook Rename a file or directory
idempotent
jupyter-notebook-delete-file-directory
Jupyter Notebook Delete a file or directory
idempotent
jupyter-notebook-list-checkpoints
Jupyter Notebook List checkpoints
read-only
idempotent
jupyter-notebook-create-checkpoint
Jupyter Notebook Create a checkpoint
jupyter-notebook-delete-checkpoint
Jupyter Notebook Delete a checkpoint
idempotent