Scispot Lab Data Management
Unified capability for managing laboratory data across Scispot's LIMS, ELN, sample tracking, sequence management, and container manifests. Enables computational biologists, lab automation engineers, and data scientists to programmatically access and manipulate all lab data in one unified workflow interface with REST and MCP adapters.
What You Can Do
MCP Tools
list-labsheets
List all LIMS labsheets (data tables) in the Scispot workspace. Labsheets are used for sample registries, assay results, inventory tracking, and any structured lab data.
get-labsheet-rows
Retrieve all data rows from a specific Scispot labsheet. Returns the full dataset with all column values for each row in the specified LIMS table.
add-labsheet-row
Add a new data row to a Scispot labsheet. Supports barcode assignment and custom column values. Use for sample registration, assay result entry, and inventory updates.
update-labsheet-row
Update an existing row in a Scispot labsheet with new column values. Used for updating sample status, adding results, or correcting data.
delete-labsheet-row
Delete a row from a Scispot labsheet. Use with caution as this permanently removes the record from the LIMS.
search-by-barcode
Search all Scispot data by sample barcode. Returns all records across labsheets and experiments associated with the specified barcode.
list-notebooks
List all Electronic Lab Notebook (ELN) notebooks in the Scispot workspace. Notebooks contain experimental protocols, observations, and research notes.
create-notebook-entry
Create a new entry in a Scispot ELN notebook. Entries can be experiments, protocol executions, observations, or research notes.
list-manifests
List all physical container manifests (plates, boxes, racks) in the Scispot workspace. Manifests track sample storage organization.
create-manifest
Create a new physical container manifest (plate, box, or rack) in Scispot for organizing and tracking sample storage.
list-sequences
List all biological sequences (DNA, RNA, protein, chemical) stored in the Scispot workspace with their metadata and annotations.
create-sequence
Add a new biological sequence to the Scispot database. Supports DNA, RNA, protein, and chemical structure sequences with full annotation support.
get-sequence
Retrieve a specific biological sequence by ID including its full sequence string, annotations, features, and associated metadata.