You're viewing a demo portfolio

Join the waitlist
PRSM

chieflab_force_measurement_due

Active

Tool of ChiefLab

declared in 0.3.0

P93 — admin escape hatch. Forces a proof_ledger row's measurement_due_at into the past so the cron's next tick picks it up. USE WHEN smoke testing the launch → measure → next-move chain without waiting 24h, OR an ops user needs to retry a stuck measurement. Gated by CHIEFLAB_ADMIN_TOKEN header (same gate as /api-keys/issue). Refuses if the row is already measured. Pass `dueAt` (ISO string) to set a specific time; defaults to now - 60s.

Parameters schema

{
  "type": "object",
  "required": [
    "proofId",
    "adminToken"
  ],
  "properties": {
    "dueAt": {
      "type": "string",
      "description": "Optional ISO timestamp. Defaults to (now - 60s) so the next cron tick picks it up."
    },
    "proofId": {
      "type": "string",
      "description": "proof_ledger row id (from chieflab_record_manual_publish or chieflab_execute_approved_action response)."
    },
    "adminToken": {
      "type": "string",
      "description": "Required. Must match CHIEFLAB_ADMIN_TOKEN env var."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ChiefLab

https://github.com/bdentech/chiefmo-agent

1/7 registries
View full server →