# run-crystalbook-8law

`station__microgram__run-crystalbook-8law` · external (needs EXECUTION_BACKEND_URL configured) · domain `microgram` · pv-relevance `pv-core`

Crystalbook 8-Law Risk Matrix: assess virtue scores (0-10) for each of the 8 Laws of System Homeostasis. Scores 7+ = SATISFIED, 4-6 = AT_RISK, 0-3 = VIOLATED. Returns per-law status, violation count, and overall health (HEALTHY/GUARDED/DEGRADED/CRITICAL). Source: Crystalbook v2.0 by Matthew A. Campion, PharmD.

> **Note:** This tool routes through an external execution backend. If `EXECUTION_BACKEND_URL` is unset on the server, calls return JSON-RPC error `-32603 "Tool execution backend not configured"`. Tools with `backend: native` execute in-process and are always callable.

## Agent metadata

- `idempotent`: unknown
- `read_only`: unknown
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `humility_score` *integer* — Law I (Pride→Humility) virtue score 0-10. Does the system calibrate against reality?
- `charity_score` *integer* — Law II (Greed→Charity) virtue score 0-10. Does the system circulate what it holds?
- `chastity_score` *integer* — Law III (Lust→Chastity) virtue score 0-10. Does the system honor its commitments?
- `kindness_score` *integer* — Law IV (Envy→Kindness) virtue score 0-10. Does the system strengthen its neighbors?
- `temperance_score` *integer* — Law V (Gluttony→Temperance) virtue score 0-10. Does the system ingest only what it can metabolize?
- `patience_score` *integer* — Law VI (Wrath→Patience) virtue score 0-10. Does the system correct proportionally?
- `diligence_score` *integer* — Law VII (Sloth→Diligence) virtue score 0-10. Does the system maintain its maintenance function?
- `independence_score` *integer* — Law VIII (Corruption→Independence) virtue score 0-10. Are boundaries resourced independently?

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__microgram__run-crystalbook-8law",
    "arguments": {}
  }
}
```

## Related

- [/tools](/tools) — all 3062 tools
- [/tools/microgram__run-crystalbook-8law](/tools/microgram__run-crystalbook-8law) — HTML page
- [/tools/microgram__run-crystalbook-8law/json](/tools/microgram__run-crystalbook-8law/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
