Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

get_single_Rspace_document

Retrieve the complete content of a specific RSpace document using its ID for reading or analysis purposes.

Instructions

Retrieves complete content of a single document

Usage: Get full document text for reading/analysis Parameters: doc_id can be numeric ID or string globalId (e.g., "SD12345") Returns: Full document with concatenated field content

Input Schema

NameRequiredDescriptionDefault
doc_idYes

Input Schema (JSON Schema)

{ "properties": { "doc_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Doc Id" } }, "required": [ "doc_id" ], "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