Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

move_items_to_grid_container_by_row

Systematically moves items to grid containers by filling positions row by row, automatically calculating next available positions for plates, boxes, or other gridded containers.

Instructions

Moves items to grid container, filling positions row by row

Usage: Systematic filling of plates, boxes, or other gridded containers Auto-positioning: Automatically calculates next available positions Dimensions: Auto-detected from container if not provided

Returns: Success status and final positions of moved items

Input Schema

NameRequiredDescriptionDefault
item_idsYes
start_columnNo
start_rowNo
target_container_idYes
total_columnsNo
total_rowsNo

Input Schema (JSON Schema)

{ "properties": { "item_ids": { "items": { "type": "string" }, "title": "Item Ids", "type": "array" }, "start_column": { "default": 1, "title": "Start Column", "type": "integer" }, "start_row": { "default": 1, "title": "Start Row", "type": "integer" }, "target_container_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Target Container Id" }, "total_columns": { "default": null, "title": "Total Columns", "type": "integer" }, "total_rows": { "default": null, "title": "Total Rows", "type": "integer" } }, "required": [ "target_container_id", "item_ids" ], "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