Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

search_inventory

Search inventory items in RSpace by name, tags, or description to find samples, containers, or templates using text queries with relevance scoring.

Instructions

Searches across all inventory items using text query

Usage: Find samples, containers, or templates by name, tags, or description Result types: 'SAMPLE', 'SUBSAMPLE', 'CONTAINER', 'TEMPLATE' (or None for all) Returns: Matching items with relevance scoring

Input Schema

NameRequiredDescriptionDefault
queryYes
result_typeNo

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "result_type": { "default": null, "title": "Result Type", "type": "string" } }, "required": [ "query" ], "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