Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

get_container

Retrieve container details from RSpace research data, with option to list contained items for comprehensive examination of research materials.

Instructions

Retrieves container information with optional content listing

Usage: Examine container properties and optionally see what's inside Performance: Set include_content=False for faster queries on large containers Returns: Container details and optionally contained items

Input Schema

NameRequiredDescriptionDefault
container_idYes
include_contentNo

Input Schema (JSON Schema)

{ "properties": { "container_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Container Id" }, "include_content": { "default": false, "title": "Include Content", "type": "boolean" } }, "required": [ "container_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