Skip to main content
Glama
rspace-os

RSpace MCP Server

Official
by rspace-os

get_workbenches

Retrieve available workbenches (virtual workspaces) to organize and access research data containers in RSpace.

Instructions

Retrieves all available workbenches (virtual workspaces)

Usage: Find available workspaces for organizing current work Workbenches: Special containers representing physical or logical workspaces Returns: List of all workbench containers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • main.py:959-969 (handler)
    MCP tool handler function for 'get_workbenches'. Decorated with @mcp.tool for automatic registration. Executes the tool logic by delegating to inv_cli.get_workbenches(), which retrieves all workbench containers.
    @mcp.tool(tags={"rspace", "inventory", "containers"}) def get_workbenches() -> List[dict]: """ Retrieves all available workbenches (virtual workspaces) Usage: Find available workspaces for organizing current work Workbenches: Special containers representing physical or logical workspaces Returns: List of all workbench containers """ return inv_cli.get_workbenches()

Latest Blog Posts

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