get_analytics
Get view counts for a specific article or trending articles across the platform.
Schema and Policy
{
"name": "get_analytics",
"description": "Get view counts for a specific article or trending articles across the platform.",
"inputSchema": {
"type": "object",
"properties": {
"articleId": {
"type": "string"
},
"trendingLimit": {
"type": "number"
}
}
},
"category": "Analytics",
"authRequired": false,
"mutability": "read",
"status": "active"
}