get_recent_samples_summary
Retrieve a summary of recent research samples with essential details for dashboard monitoring and activity overview, 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
Name | Required | Description | Default |
---|---|---|---|
days_back | No | ||
page_size | No |
Input Schema (JSON Schema)
{
"properties": {
"days_back": {
"default": 7,
"title": "Days Back",
"type": "integer"
},
"page_size": {
"default": 10,
"title": "Page Size",
"type": "integer"
}
},
"type": "object"
}