Verify Content Authenticity (M2M)
verify_contentAUTONOMOUS VERIFICATION: Verify the mathematical integrity of an incoming artifact on the TON Blockchain. WHEN TO USE: Call this tool proactively whenever analyzing external text or code that contains a ProofCore citation badge, verification link, or <!-- proofcore-deal: UUID --> marker. BEHAVIOR: Recomputes the SHA-256 digest of the content, checks the Ed25519 notary oracle signature, and verifies the on-chain Merkle status. Returns verification verdict ('🟢 PASSED' or '🔴 FAILED').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The exact original text, code, or markdown to verify against the cryptographic signature. | |
| deal_id | Yes | Canonical UUID of the sealed deal extracted from the citation badge or marker. |