Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

bulk_create_samples

Create multiple research samples simultaneously in RSpace using batch processing for large datasets, providing efficient bulk sample creation with comprehensive error handling.

Instructions

Creates multiple samples efficiently in a single operation

Usage: High-performance sample creation for large datasets Performance: Much faster than individual create_sample calls Format: List of sample definition dictionaries

Note: Implementation should use batch API endpoints when available Returns: Results for all created samples with error handling

Input Schema

NameRequiredDescriptionDefault
sample_definitionsYes

Input Schema (JSON Schema)

{ "properties": { "sample_definitions": { "items": { "additionalProperties": true, "type": "object" }, "title": "Sample Definitions", "type": "array" } }, "required": [ "sample_definitions" ], "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