# Microgram: cybercinetics-decay-all

`station__algovigilance__microgram-cybercinetics-decay-all` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Batch degrade all bindings that missed their execution window. Returns count of bindings degraded.

## Agent metadata

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

## Input schema

- `bindings` *object* (required) — Array of {hook, event, fidelity} binding objects
- `factor` *number* (required) — Degradation multiplier 0.0-1.0 (e.g., 0.9 = 10% degradation)
- `floor` *number* (required) — Minimum fidelity floor (bindings at or below floor are not degraded)

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-cybercinetics-decay-all",
    "arguments": {
      "bindings": {},
      "factor": 0,
      "floor": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-cybercinetics-decay-all](/tools/algovigilance__microgram-cybercinetics-decay-all) — HTML page
- [/tools/algovigilance__microgram-cybercinetics-decay-all/json](/tools/algovigilance__microgram-cybercinetics-decay-all/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
