Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

create_grid_container

Create grid-based containers for organizing position-specific storage like microplates and freezer boxes by defining exact row and column dimensions.

Instructions

Creates a grid-based container with specific positioning

Usage: Create microplates, freezer boxes, or other position-specific storage Dimensions: Define exact grid size (e.g., 8x12 for 96-well plate) Positioning: Items placed at specific coordinates (row, column)

Returns: Created container information with grid specifications

Input Schema

NameRequiredDescriptionDefault
can_store_containersNo
can_store_samplesNo
columnsYes
descriptionNo
nameYes
parent_container_idNo
rowsYes
tagsNo

Input Schema (JSON Schema)

{ "properties": { "can_store_containers": { "default": true, "title": "Can Store Containers", "type": "boolean" }, "can_store_samples": { "default": true, "title": "Can Store Samples", "type": "boolean" }, "columns": { "title": "Columns", "type": "integer" }, "description": { "default": null, "title": "Description", "type": "string" }, "name": { "title": "Name", "type": "string" }, "parent_container_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "default": null, "title": "Parent Container Id" }, "rows": { "title": "Rows", "type": "integer" }, "tags": { "default": null, "items": { "type": "string" }, "title": "Tags", "type": "array" } }, "required": [ "name", "rows", "columns" ], "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