Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

create_list_container

Create folders, boxes, or other organizational containers for inventory management. Configure storage permissions for different item types and optionally nest containers within a hierarchy.

Instructions

Creates a simple list-based container for organizing inventory

Usage: Create folders, boxes, or other containers without specific positioning Storage permissions: Configure what types of items can be stored Hierarchy: Optionally nest within another container

Returns: Created container information with storage settings

Input Schema

NameRequiredDescriptionDefault
can_store_containersNo
can_store_samplesNo
descriptionNo
nameYes
parent_container_idNo
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" }, "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" }, "tags": { "default": null, "items": { "type": "string" }, "title": "Tags", "type": "array" } }, "required": [ "name" ], "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