Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

downloadFile

Download file attachments from RSpace documents to your local system by specifying the file ID and destination path. Retrieve images, data files, and other attachments stored in RSpace research documents.

Instructions

Downloads file attachments from RSpace documents

Usage: Retrieve images, data files, or other attachments Parameters:

  • file_id: Numeric ID of the file attachment

  • file_path: Local filesystem path where file should be saved

Returns: Download status and file information

Input Schema

NameRequiredDescriptionDefault
file_idYes
file_pathYes

Input Schema (JSON Schema)

{ "properties": { "file_id": { "title": "File Id", "type": "integer" }, "file_path": { "title": "File Path", "type": "string" } }, "required": [ "file_id", "file_path" ], "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