You're viewing a demo portfolio

Join the waitlist
PRSM

set_shortlist_alert

Active

Tool of cloud.dchub/mcp-server

declared in 2.5.0

Set a DRIFT ALERT on a saved shortlist so you can stop polling and be notified when a site's national standing moves materially (Phase 5). Fires when any site in the shortlist has current percentile score < percentile_below OR score_delta_since_saved < delta_below (e.g. -8 = dropped 8 points vs when saved). Evaluated after each daily baseline refresh; delivers via webhook and/or email. This is the "wake me when it matters" loop for long-running siting campaigns. Scoped to your API key.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "notify"
  ],
  "properties": {
    "notify": {
      "description": "Delivery: {\"webhook\":\"https://...\"} and/or {\"email\":\"you@co.com\"} — at least one required"
    },
    "delta_below": {
      "type": "number",
      "description": "Fire if any site's score_delta_since_saved drops below this — pass a NEGATIVE number, e.g. -8 (dropped 8+ points since saved)"
    },
    "shortlist_name": {
      "type": "string",
      "description": "The shortlist to monitor (created via save_to_shortlist)"
    },
    "percentile_below": {
      "type": "number",
      "description": "Fire if any site's current percentile objective_score drops below this (e.g. 70)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

cloud.dchub/mcp-server

https://github.com/azmartone67/dchub-backend

1/7 registries
View full server →