Skip to main content
Glama
richarda23

RSpace MCP Server

by richarda23

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RSPACE_URLYesRSpace base URL, e.g. https://community.researchspace.com
RSPACE_API_KEYYesRSpace API Key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
statusA

Determines if RSpace server is running, returning its status

get_documentsB

Gets most recent RSpace documents up to 100 at a time

get_single_Rspace_documentB

Gets a single RSpace document by its numeric id or string globalId

createNewNotebookA

Creates a new RSpace notebook

createNotebookEntryA

Adds content as a new notebook entry in an existing notebook

tagDocumentOrNotebookEntryC

Tags a document or notebook entry with one or more tags :param doc_id: :param tags: :return:

renameDocumentOrNotebookEntryC

Renames a document or notebook entry :param doc_id: :param name: the new name :return:

getAuditEventsA

Gets audit trail of all actions performed in RSpace. Optionally can filter by:

  • username(s)

  • a single document id

  • a date from in ISO8601 format

  • a date to in ISO8601 format

downloadFileB

Get the file contents given a file id, and a file-system location to save to

Prompts

Interactive templates invoked by user choice

NameDescription
literature_searchPerforms a literature review using pubmed on the given topic

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/richarda23/rspace-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server