Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

add_extra_fields_to_item

Extend RSpace inventory items with custom metadata fields for experiments or projects, supporting text and number data types to organize research data.

Instructions

Adds custom metadata fields to inventory items

Usage: Extend items with experiment-specific or project-specific data Field format: [{"name": "Field Name", "type": "text|number", "content": "value"}] Types: 'text' for strings, 'number' for numeric values

Returns: Updated item with new custom fields

Input Schema

NameRequiredDescriptionDefault
field_dataYes
item_idYes

Input Schema (JSON Schema)

{ "properties": { "field_data": { "items": { "additionalProperties": true, "type": "object" }, "title": "Field Data", "type": "array" }, "item_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Item Id" } }, "required": [ "item_id", "field_data" ], "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