list_recent_events
List recent platform events with optional type filtering.
Schema and Policy
{
"name": "list_recent_events",
"description": "List recent platform events with optional type filtering.",
"inputSchema": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"limit": {
"type": "number"
}
}
},
"category": "Analytics",
"authRequired": false,
"mutability": "read",
"status": "active"
}