Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

get_forms

Browse and search available custom form templates for creating structured documents in RSpace, with pagination and filtering options to find the right template.

Instructions

Lists available custom forms for structured document creation

Usage: Browse available templates before creating structured documents Filtering: Use query parameter to search form names/descriptions Returns: Paginated list of form metadata

Input Schema

NameRequiredDescriptionDefault
order_byNolastModified desc
page_numberNo
page_sizeNo
queryNo

Input Schema (JSON Schema)

{ "properties": { "order_by": { "default": "lastModified desc", "title": "Order By", "type": "string" }, "page_number": { "default": 0, "title": "Page Number", "type": "integer" }, "page_size": { "default": 20, "title": "Page Size", "type": "integer" }, "query": { "default": null, "title": "Query", "type": "string" } }, "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