Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

add_note_to_subsample

Attach annotations, observations, or handling instructions to a specific subsample in RSpace to document experimental details and track changes.

Instructions

Adds annotations or observations to a specific subsample

Usage: Record experimental notes, observations, or handling instructions Returns: Updated subsample information with new note

Input Schema

NameRequiredDescriptionDefault
noteYes
subsample_idYes

Input Schema (JSON Schema)

{ "properties": { "note": { "title": "Note", "type": "string" }, "subsample_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Subsample Id" } }, "required": [ "subsample_id", "note" ], "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