Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

duplicate_sample

Create an exact copy of an existing sample in RSpace for parallel experiments or backup purposes, generating a new sample with a fresh ID and subsamples.

Instructions

Creates an exact copy of an existing sample

Usage: Replicate samples for parallel experiments or backup Returns: New sample information with fresh ID and subsamples

Input Schema

NameRequiredDescriptionDefault
new_nameNo
sample_idYes

Input Schema (JSON Schema)

{ "properties": { "new_name": { "default": null, "title": "New Name", "type": "string" }, "sample_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Sample Id" } }, "required": [ "sample_id" ], "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