proofrelay.recommend_checkpoint
Recommends read-only checkpoint status before critical actions like paid tool calls or financial transactions. Returns pass, skipped, or needs_review with reason to inform next steps.
Instructions
Read-only checkpoint recommendation for a high-level agent action class. Use before relied-upon actions such as paid_tool_call, revenue_action, external_reliance, or financial_transaction; use get_verifier_status for discovery only and verify_bundle after evidence metadata exists. Requires no authentication, mutates nothing, and returns JSON text with status pass, skipped, or needs_review plus checkpoint and reason fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_class | Yes | High-level action class. Typical values are paid_tool_call, revenue_action, external_reliance, financial_transaction, local_dev, draft, or read_only_research. High-reliance classes need an authority envelope. | |
| has_authority_envelope | No | Set true when the caller already has a bounded authority envelope for the action. Defaults to false when omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| checkpoint | Yes | ||
| reason | Yes | ||
| action_class | No | ||
| boundary | Yes | Public-safe operating boundary and non-claims. |