Jupyter Notebooks · Capability
Jupyter Notebook Server REST API — Contents
Jupyter Notebook Server REST API — Contents. 9 operations. Lead operation: Get contents at a path. Self-contained Naftiko capability covering one Jupyter Notebooks business surface.
What You Can Do
GET
Getcontents
— Get contents at a path
/v1/contents/{path}
PUT
Savecontents
— Save or upload contents at a path
/v1/contents/{path}
PATCH
Renamecontents
— Rename or move contents
/v1/contents/{path}
POST
Createcontents
— Create a new file or directory
/v1/contents/{path}
DELETE
Deletecontents
— Delete contents at a path
/v1/contents/{path}
GET
Listcheckpoints
— List checkpoints for a file
/v1/contents/{path}/checkpoints
POST
Createcheckpoint
— Create a new checkpoint
/v1/contents/{path}/checkpoints
POST
Restorecheckpoint
— Restore a file to a checkpoint
/v1/contents/{path}/checkpoints/{checkpoint-id}
DELETE
Deletecheckpoint
— Delete a checkpoint
/v1/contents/{path}/checkpoints/{checkpoint-id}
MCP Tools
get-contents-path
Get contents at a path
read-only
idempotent
save-upload-contents-path
Save or upload contents at a path
idempotent
rename-move-contents
Rename or move contents
idempotent
create-new-file-directory
Create a new file or directory
delete-contents-path
Delete contents at a path
idempotent
list-checkpoints-file
List checkpoints for a file
read-only
idempotent
create-new-checkpoint
Create a new checkpoint
restore-file-checkpoint
Restore a file to a checkpoint
delete-checkpoint
Delete a checkpoint
idempotent