recent_alerts
ActiveTool of wikipedia
Pull fired events from your subscription feed. Returns the most recent alerts the evaluator has written to your persisted feed — each carries source, citation_uri (pipeworx:// when available), and the raw event payload. Filter by type (e.g. "sec_8k") and/or since (ISO timestamp). Set mark_read:true to flag returned events read so the next call only shows newer ones. Polls work fine; the same feed is also at GET registry.pipeworx.io/alerts.json for scripts and dashboards.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"type": {
"type": "string",
"description": "Optional — filter to one subscription type."
},
"limit": {
"type": "number",
"description": "Max events to return (1-200, default 50)."
},
"since": {
"type": "string",
"description": "Optional ISO timestamp — return events fired_at >= this time."
},
"mark_read": {
"type": "boolean",
"description": "Flag the returned events read in the same call (default false)."
},
"unread_only": {
"type": "boolean",
"description": "Return only events where read_at is null (default false)."
}
}
}Parent server
wikipedia
https://github.com/pipeworx-io/mcp-wikipedia
2/7 registries