Skip to main content
Glama
rspace-os

RSpace MCP Server

Official
by rspace-os

get_recent_samples_summary

Retrieve a summary of recent research samples with essential information for dashboard displays, using configurable time windows and result counts.

Instructions

Retrieves recent samples with minimal data for dashboard views

Usage: Quick overview of recent activity without full sample details Performance: Optimized for dashboard and summary displays Filtering: Configurable time window and result count

Returns: Lightweight sample list with essential information only

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
days_backNo
page_sizeNo

Implementation Reference

  • The handler function for the 'get_recent_samples_summary' tool, registered via the @mcp.tool decorator. This is the primary implementation point, currently a stub with TODO for efficient recent samples query using date filtering.
    @mcp.tool(tags={"rspace", "inventory", "utility"}) def get_recent_samples_summary(days_back: int = 7, page_size: int = 10) -> list: """ Retrieves recent samples with minimal data for dashboard views Usage: Quick overview of recent activity without full sample details Performance: Optimized for dashboard and summary displays Filtering: Configurable time window and result count Returns: Lightweight sample list with essential information only """ # TODO: Implement efficient recent samples query # This would use date filtering and minimal field selection # for optimal performance pass

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

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