# ==================== SYSTEM STATUS AND HEALTH ====================
@mcp.tool(tags={"rspace"})
def status() -> str:
"""
System health check - determines if RSpace server is accessible and running
Usage: Call this first to verify connectivity before other operations
Returns: Status message from RSpace server
"""
resp = eln_cli.get_status()
return resp['message']
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