mcp-ipfs

by alexbakers
Verified

w3_can_upload_add

Manually register an upload DAG by its root CID and shard CIDs for advanced use, typically after manually storing CAR shards on the MCP IPFS server.

Instructions

Manually registers an upload DAG by its root CID and shard CIDs (advanced use). This is typically used after storing CAR shards manually.

Input Schema

NameRequiredDescriptionDefault
rootCidYesRoot data CID of the DAG to register.
shardCidsYesOne or more shard CIDs where the DAG data is stored.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Manually registers an upload DAG by its root CID and shard CIDs (advanced use). This is typically used after storing CAR shards manually.", "properties": { "rootCid": { "description": "Root data CID of the DAG to register.", "type": "string" }, "shardCids": { "description": "One or more shard CIDs where the DAG data is stored.", "items": { "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "rootCid", "shardCids" ], "type": "object" }
ID: 1kj9uihg56