Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

split_subsample

Divide a research subsample into multiple smaller aliquots for distribution or separate experiments, specifying the number of new subsamples and optional quantity per aliquot.

Instructions

Divides a subsample into multiple new subsamples

Usage: Create aliquots for distribution or different experiments Quantity: If specified, each new subsample gets this amount Returns: Information about newly created subsamples

Input Schema

NameRequiredDescriptionDefault
num_new_subsamplesYes
quantity_per_subsampleNo
subsample_idYes

Input Schema (JSON Schema)

{ "properties": { "num_new_subsamples": { "title": "Num New Subsamples", "type": "integer" }, "quantity_per_subsample": { "default": null, "title": "Quantity Per Subsample", "type": "number" }, "subsample_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Subsample Id" } }, "required": [ "subsample_id", "num_new_subsamples" ], "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