Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

search_recent_documents

Find recently modified documents in RSpace by searching within a specific timeframe, with optional text filtering to locate relevant research data quickly.

Instructions

Search for recently modified documents

Usage: Find documents modified within a specific timeframe

Parameters:

  • days_back: Number of days to look back

  • query: Optional text search within recent documents

  • page_size: Number of results to return

Returns: Dictionary with recent documents

Example: search_recent_documents(7, "experiment")

Input Schema

NameRequiredDescriptionDefault
days_backNo
page_sizeNo
queryNo

Input Schema (JSON Schema)

{ "properties": { "days_back": { "default": 7, "title": "Days Back", "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