Skip to main content
Glama

mcp-ipfs

by alexbakers

w3_can_blob_rm

Remove a blob from the MCP-IPFS server store using its base58btc encoded multihash to efficiently manage storage and data operations.

Instructions

Removes a blob from the store by its base58btc encoded multihash.

Input Schema

NameRequiredDescriptionDefault
multihashYesBase58btc encoded multihash of the blob to remove.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Removes a blob from the store by its base58btc encoded multihash.", "properties": { "multihash": { "description": "Base58btc encoded multihash of the blob to remove.", "type": "string" } }, "required": [ "multihash" ], "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