# Microgram: microgram-run-crypto-backup-freshness

`station__algovigilance__microgram-microgram-run-crypto-backup-freshness` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Brain backup freshness for trust flywheel: GREEN (<12h), YELLOW (<24h), RED (>24h or missing)

## Agent metadata

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

## Input schema

- `backup_age_hours` *number* (required) — Input parameter: backup_age_hours
- `backup_count` *number* (required) — Input parameter: backup_count

## 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-crypto-backup-freshness",
    "arguments": {
      "backup_age_hours": 0,
      "backup_count": 0
    }
  }
}
```

## Related

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