Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

generate_barcode

Generate scannable barcodes and QR codes for inventory items to create physical labels for sample tracking and identification in research workflows.

Instructions

Generates scannable barcodes for inventory items

Usage: Create physical labels for sample tracking and identification Types: 'BARCODE' for standard linear barcodes, 'QR' for QR codes Returns: Binary barcode image data for printing or display

Input Schema

NameRequiredDescriptionDefault
barcode_typeNoBARCODE
global_idYes

Input Schema (JSON Schema)

{ "properties": { "barcode_type": { "default": "BARCODE", "title": "Barcode Type", "type": "string" }, "global_id": { "title": "Global Id", "type": "string" } }, "required": [ "global_id" ], "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