Jupyter Server · Capability
Jupyter Server REST API — Contents
Jupyter Server REST API — Contents. 5 operations. Lead operation: Jupyter Server Get contents. Self-contained Naftiko capability covering one Jupyter Server business surface.
What You Can Do
GET
Getcontents
— Jupyter Server Get contents
/v1/contents/{path}
POST
Createcontents
— Jupyter Server Create contents
/v1/contents/{path}
PATCH
Renamecontents
— Jupyter Server Rename contents
/v1/contents/{path}
PUT
Savecontents
— Jupyter Server Save contents
/v1/contents/{path}
DELETE
Deletecontents
— Jupyter Server Delete contents
/v1/contents/{path}
MCP Tools
jupyter-server-get-contents
Jupyter Server Get contents
read-only
idempotent
jupyter-server-create-contents
Jupyter Server Create contents
jupyter-server-rename-contents
Jupyter Server Rename contents
idempotent
jupyter-server-save-contents
Jupyter Server Save contents
idempotent
jupyter-server-delete-contents
Jupyter Server Delete contents
idempotent