Skip to main content
Glama

mcp-ipfs

by alexbakers

w3_can_upload_rm

Removes an upload listing by its root CID from the MCP IPFS server without deleting the associated blobs or shards, enabling advanced data management.

Instructions

Removes an upload listing by its root CID (advanced use). Does not remove the underlying blobs/shards.

Input Schema

NameRequiredDescriptionDefault
rootCidYesRoot CID of the upload to remove from the list.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Removes an upload listing by its root CID (advanced use). Does not remove the underlying blobs/shards.", "properties": { "rootCid": { "description": "Root CID of the upload to remove from the list.", "type": "string" } }, "required": [ "rootCid" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexbakers/mcp-ipfs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server