w3_proof_ls
List proofs stored on the MCP IPFS server to verify and manage data integrity across the storacha.network. Supports JSON output for structured data access.
Instructions
Tool for w3_proof_ls operation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
json | No | Format output as newline delimited JSON (default: true). |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"json": {
"default": true,
"description": "Format output as newline delimited JSON (default: true).",
"type": "boolean"
}
},
"type": "object"
}