Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

create_sample

Register new laboratory samples in RSpace with metadata, quantity tracking, and automatic subsample aliquot creation for research inventory management.

Instructions

Creates a new sample in the inventory system

Usage: Register new samples with metadata and quantity tracking Subsamples: Automatically creates specified number of subsample aliquots Quantity: Tracks total amount with specified units (ml, mg, μl, etc.)

Returns: Created sample information including generated subsample IDs

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
subsample_countNo
tagsNo
total_quantity_unitNoml
total_quantity_valueNo

Input Schema (JSON Schema)

{ "properties": { "description": { "default": null, "title": "Description", "type": "string" }, "name": { "title": "Name", "type": "string" }, "subsample_count": { "default": 1, "title": "Subsample Count", "type": "integer" }, "tags": { "default": null, "items": { "type": "string" }, "title": "Tags", "type": "array" }, "total_quantity_unit": { "default": "ml", "title": "Total Quantity Unit", "type": "string" }, "total_quantity_value": { "default": null, "title": "Total Quantity Value", "type": "number" } }, "required": [ "name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rspace-os/rspace-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server