Skip to main content
Glama
rspace-os

RSpace MCP Server

Official
by rspace-os

unpublish_form

Hide forms from the document creation interface to temporarily disable them without deletion. Use this tool to manage form availability by specifying the form ID.

Instructions

Hides a form from document creation interface

Usage: Temporarily disable forms without deletion Returns: Updated form status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
form_idYes

Implementation Reference

  • main.py:536-544 (handler)
    The handler function for the 'unpublish_form' tool. It is decorated with @mcp.tool which registers it as an MCP tool. The function takes a form_id and calls the RSpace ELN client's unpublish_form method to hide the form from the document creation interface.
    @mcp.tool(tags={"rspace"}) def unpublish_form(form_id: int | str) -> dict: """ Hides a form from document creation interface Usage: Temporarily disable forms without deletion Returns: Updated form status """ return eln_cli.unpublish_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