You're viewing a demo portfolio

Join the waitlist
PRSM

save_to_shortlist

Active

Tool of cloud.dchub/mcp-server

declared in 2.5.0

Save a site into a PERSISTENT, named shortlist that survives across conversations (Phase 5 statefulness). Snapshots the site's objectives + its current percentile objective_score, so you can re-score it later against the evolving national baseline. Use to build a durable siting shortlist across days/weeks; the list is scoped to your API key. Pair with get_shortlist to re-score + see drift. site should carry lat/lng/capacity_mw + the analyze_site metric fields (risk_resilience, fiber_connectivity, water score, etc.) you ranked on.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "site",
    "objectives"
  ],
  "properties": {
    "site": {
      "description": "Site object: {site_ref?, lat, lng, capacity_mw, <metric fields from analyze_site>} — the metrics are what get re-scored later"
    },
    "notes": {
      "type": "string",
      "description": "Optional free-text note, e.g. \"strong fiber, acceptable water\""
    },
    "objectives": {
      "description": "The {field: signedWeight} objectives this site was ranked under (+maximize/-minimize) — stored so re-scoring uses the same criteria"
    },
    "shortlist_name": {
      "type": "string",
      "description": "Name of the shortlist, e.g. \"Q3-2026-1GW-targets\" — created if new"
    }
  }
}

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 →