Inspect a Research Object Certificate
inspect_certificateParse a bloxberg Research Object Certificate to view issuer, subject, dates, proof type, and anchoring hints. Works locally without network calls; use verify_certificate for cryptographic verification.
Instructions
Parse a bloxberg Research Object Certificate (W3C Verifiable Credential) WITHOUT verifying it: shows issuer, subject, dates, proof type, and anchoring hints. Purely local — no network calls. Use verify_certificate for cryptographic verification against the chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Alternatively, a URL to fetch the certificate JSON from | |
| certificate | No | The Research Object Certificate as a JSON string (a Blockcerts V2/V3 / W3C Verifiable Credential document) |