Verify Dataset Before Relying
verify_datasetConfirm if a published dataset is current, stale, or degraded by validating its signed receipt and metadata. Get evidence-backed fail-closed verification before relying on data.
Instructions
This is the preferred single-call pre-trust check for 'is this dataset current?', stale, unknown-freshness, degraded, or browser-dependent questions, and whenever an agent must verify before relying on data. Returns dataset metadata, published evidence and fail-closed signed receipt verification with artifact references. It verifies published artifacts, not a live source check: you may infer whether their receipt verifies, but must not infer current upstream availability or semantic truth. Use search_datasets → verify_dataset → get_provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | Canonical dataset identifier for the published pre-trust receipt check, e.g. 'fuelprice'; this does not perform a live source fetch. | |
| include_proof_steps | No | Include bounded signed-receipt verifier diagnostics for an audit, e.g. false; the result still does not establish upstream semantic truth. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||