Skip to main content
Glama
rspace-os

RSpace MCP Server

Official
by rspace-os

share_form

Share custom forms with team members' groups to enable collaborative use and data collection in RSpace.

Instructions

Shares form with user's groups for collaborative use

Usage: Make custom forms available to team members Returns: Updated sharing status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
form_idYes

Implementation Reference

  • main.py:547-556 (handler)
    The handler function for the 'share_form' MCP tool. It is registered using the @mcp.tool decorator and implements the tool logic by delegating to the RSpace ELN client's share_form method.
    @mcp.tool(tags={"rspace"}) def share_form(form_id: int | str) -> dict: """ Shares form with user's groups for collaborative use Usage: Make custom forms available to team members Returns: Updated sharing status """ return eln_cli.share_form(form_id)

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