A
licenseB
qualityD
maintenanceEnables inspection and editing of Jupyter notebook files (.ipynb) through tools for reading, adding, updating, deleting, moving, and converting cells while preserving metadata.
13
8 npm
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool has a clearly distinct purpose: adding cells, executing entire notebook, executing a specific cell, getting notebook info, and reading cells. No overlap exists.
All tool names follow a consistent verb_noun pattern using snake_case, such as add_cell_to_notebook, execute_entire_notebook, and read_notebook_cells.
With 5 tools, the server is slightly underpopulated but still reasonable for focused notebook operations. The scope feels appropriate without being too thin.
The set covers adding, reading, and executing cells but is missing essential operations like creating or deleting notebooks and deleting cells, leaving notable gaps.