proofrelay.verify_bundle
Check if a synthetic or non-confidential evidence bundle passes a local shape boundary check before sharing or routing to hosted verification. Returns JSON with pass/fail status and checks.
Instructions
Read-only public-safe bundle shape check for synthetic or non-confidential evidence metadata. Use when you already have a bundle fixture and need a local pass/fail boundary check before sharing or routing to hosted verification; use recommend_checkpoint when deciding whether a checkpoint is needed. Requires no authentication, mutates nothing, does not certify real-world facts, and returns JSON text with status, checks, problems, verifier, and hosted endpoint fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle | Yes | Synthetic or non-confidential evidence bundle metadata. Do not include secrets, prompts, raw logs, source code, customer files, wallet keys, payment credentials, or tenant traces. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| verifier | Yes | ||
| checks | Yes | ||
| problems | Yes | ||
| note | Yes | ||
| hosted_mcp_endpoint | Yes | ||
| boundary | Yes | Public-safe operating boundary and non-claims. |