w3_space_add
Add, manage, and verify storage spaces on the IPFS network by providing UCAN proof or base64 identity CID strings via the MCP server.
Instructions
Tool for w3_space_add operation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
proof | Yes | Filesystem path to a CAR encoded UCAN proof, or a base64 identity CID string. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"proof": {
"description": "Filesystem path to a CAR encoded UCAN proof, or a base64 identity CID string.",
"type": "string"
}
},
"required": [
"proof"
],
"type": "object"
}