sswp_registry_health
Display the full fleet health board showing every node's status, risk scores, and last witness run. Ordered by risk descending for quick identification of risky nodes.
Instructions
Display the full fleet health board from the SSWP SQLite registry. Returns a formatted table showing every witnessed node with its name, status (active/deprecated/archived), last witness run timestamp, overall risk score (as percentage), and adversarial risk score (as percentage). Results are ordered by risk descending (most risky nodes first). Use this for an ecosystem-wide dashboard view of attestation status. For searching specific nodes by name, tag, or description, use sswp_node_search. For querying the audit ledger directly, use sswp_ledger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of nodes to display in the health board. Defaults to 50 if not specified. |