add_extra_fields_to_item
Extend inventory items with custom metadata fields for experiments or projects. Add text or numeric data to organize research information in RSpace.
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
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| field_data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||