# Microgram: microgram-run-algo-seal-commitment

`station__algovigilance__microgram-microgram-run-algo-seal-commitment` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Algorithm 11 (SEAL): Irreversible commitment gate. Checks prerequisites before applying ∝(DEFINE). Guards against premature SEAL and ensures PERSPECTIVE was applied first.

## Agent metadata

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

## Input schema

- `evidence_sufficient` *boolean* (required) — Input parameter: evidence_sufficient
- `decision_defined` *boolean* (required) — Input parameter: decision_defined
- `reversibility_cost` *string* (required) — Input parameter: reversibility_cost
- `perspectives_checked` *number* (required) — Input parameter: perspectives_checked

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-microgram-run-algo-seal-commitment",
    "arguments": {
      "evidence_sufficient": false,
      "decision_defined": false,
      "reversibility_cost": "",
      "perspectives_checked": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-microgram-run-algo-seal-commitment](/tools/algovigilance__microgram-microgram-run-algo-seal-commitment) — HTML page
- [/tools/algovigilance__microgram-microgram-run-algo-seal-commitment/json](/tools/algovigilance__microgram-microgram-run-algo-seal-commitment/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
