Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

getAuditEvents

Retrieve audit trail of actions in RSpace to monitor document access, modifications, and user activity with filtering by user, document, or date range.

Instructions

Retrieves audit trail of all actions performed in RSpace

Usage: Monitor document access, modifications, and user activity Filtering options:

  • username: Filter by specific user actions

  • global_id: Filter by specific document

  • date_from/date_to: ISO8601 format date range

Returns: Chronological list of system events

Input Schema

NameRequiredDescriptionDefault
date_fromNo
date_toNo
global_idNo
usernameNo

Input Schema (JSON Schema)

{ "properties": { "date_from": { "default": null, "title": "Date From", "type": "string" }, "date_to": { "default": null, "title": "Date To", "type": "string" }, "global_id": { "default": null, "title": "Global Id", "type": "string" }, "username": { "default": null, "title": "Username", "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