w3_proof_add
Add CAR-encoded proof files using absolute paths with the w3_proof_add operation on the mcp-ipfs server, enabling secure data delegation and management.
Instructions
Tool for w3_proof_add operation. Requires ABSOLUTE paths for file arguments.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
proofPath | Yes | ABSOLUTE path to the CAR encoded proof file delegated to this agent. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"proofPath": {
"description": "ABSOLUTE path to the CAR encoded proof file delegated to this agent.",
"type": "string"
}
},
"required": [
"proofPath"
],
"type": "object"
}