Skip to main content
Glama
richarda23

RSpace MCP Server

by richarda23

getAuditEvents

Retrieve a detailed audit trail of all actions performed in RSpace. Filter results by username, document ID, or date range to pinpoint specific events.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_toNo
usernameNo
date_fromNo
global_idNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries the full burden. It discloses that this is a getter and lists filter capabilities, but it does not describe the return format, pagination, or potential limitations. The read-only nature is implied but not explicit, and it doesn't mention whether filters combine.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single concise sentence with a focused bulleted list of filters. No fluff, front-loaded purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 4-param read-only tool with no output schema, the description is somewhat complete, but it fails to explain expected response structure, whether filters are ANDed, or if there are limits. Given no annotations or output schema to assist, more detail would be warranted.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. It maps all four schema fields (username, global_id, date_from, date_to) with meaningful semantics: username(s), a single document id, and ISO8601 date format. However, it uses 'document id' instead of schema's 'global_id', creating some ambiguity, and 'username(s)' implies multiple values but the schema defines a single string.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description uses specific verb 'Gets' plus resource 'audit trail of all actions performed in RSpace.' It clearly differentiates from sibling document tools (get_documents, get_single_Rspace_document) by focusing on audit events. The optional filters are listed, further clarifying scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies when to use: when an audit trail of all RSpace actions is needed. It clearly states optional filters, providing usage context. However, it offers no explicit exclusions or references to alternative tools (e.g., get_documents for document content), so it doesn't fully meet the 5-criterion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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