Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

create_form

Create custom form templates for structured data entry in research workflows, defining reusable templates with configurable fields for experiments, protocols, and reports.

Instructions

Creates a new custom form template for structured data entry

Usage: Define reusable templates for experiments, protocols, reports Fields structure: [ { "name": "Field Name", "type": "String|Text|Number|Radio|Date|Choice", "mandatory": True/False, "defaultValue": "optional default" } ] Returns: Created form information (form will be in NEW state)

Input Schema

NameRequiredDescriptionDefault
fieldsNo
nameYes
tagsNo

Input Schema (JSON Schema)

{ "properties": { "fields": { "default": null, "items": { "additionalProperties": true, "type": "object" }, "title": "Fields", "type": "array" }, "name": { "title": "Name", "type": "string" }, "tags": { "default": null, "items": { "type": "string" }, "title": "Tags", "type": "array" } }, "required": [ "name" ], "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