aggregate_analytics
Roll up analytics (view counts, trending articles) across the platform.
Schema and Policy
{
"name": "aggregate_analytics",
"description": "Roll up analytics (view counts, trending articles) across the platform.",
"inputSchema": {
"type": "object",
"properties": {
"trendingLimit": {
"type": "number"
}
}
},
"category": "Analytics",
"authRequired": false,
"mutability": "read",
"status": "active"
}