Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

list_samples

Browse and search the RSpace sample inventory with pagination and sorting options to find specific samples or review recent additions.

Instructions

Lists samples in the inventory with pagination and sorting

Usage: Browse sample collection, find recent additions Sorting: Options include "lastModified", "name", "created" Returns: Paginated list of sample metadata

Input Schema

NameRequiredDescriptionDefault
order_byNolastModified
page_sizeNo
sort_orderNodesc

Input Schema (JSON Schema)

{ "properties": { "order_by": { "default": "lastModified", "title": "Order By", "type": "string" }, "page_size": { "default": 20, "title": "Page Size", "type": "integer" }, "sort_order": { "default": "desc", "title": "Sort Order", "type": "string" } }, "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