Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

rename_inventory_item

Change the name of any inventory item in RSpace, including samples, containers, or templates, by providing the item ID and new name.

Instructions

Changes the name of any inventory item

Usage: Rename samples, subsamples, containers, or templates Universal: Works with any inventory item type Returns: Updated item information with new name

Input Schema

NameRequiredDescriptionDefault
item_idYes
new_nameYes

Input Schema (JSON Schema)

{ "properties": { "item_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Item Id" }, "new_name": { "title": "New Name", "type": "string" } }, "required": [ "item_id", "new_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