You're viewing a demo portfolio

Join the waitlist
PRSM

recent_alerts

Active

Tool of Washington State Open Data

declared in 0.1.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Washington State Open Data

https://github.com/pipeworx-io/mcp-data-wa

2/7 registries
View full server →