Skip to main content
Glama

mcp-ipfs

by alexbakers

w3_rm

Remove a specified Content Identifier (CID) and its associated shards from the uploads listing on the MCP IPFS server to manage storage efficiently.

Instructions

Tool for w3_rm operation.

Input Schema

NameRequiredDescriptionDefault
cidYesRoot Content CID (e.g., bafy...) to remove from the uploads listing.
removeShardsNoAlso remove underlying shards from the store (default: false). Use with caution.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cid": { "description": "Root Content CID (e.g., bafy...) to remove from the uploads listing.", "type": "string" }, "removeShards": { "default": false, "description": "Also remove underlying shards from the store (default: false). Use with caution.", "type": "boolean" } }, "required": [ "cid" ], "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