Skip to main content
Glama

mcp-ipfs

by alexbakers

w3_can_blob_ls

List and retrieve blobs stored in the current space with pagination support and JSON output format using the MCP IPFS server.

Instructions

Lists blobs stored in the current space.

Input Schema

NameRequiredDescriptionDefault
cursorNoOpaque cursor string from a previous response for pagination.
jsonNoFormat output as newline delimited JSON (default: true).
sizeNoDesired number of results to return.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Lists blobs stored in the current space.", "properties": { "cursor": { "description": "Opaque cursor string from a previous response for pagination.", "type": "string" }, "json": { "default": true, "description": "Format output as newline delimited JSON (default: true).", "type": "boolean" }, "size": { "description": "Desired number of results to return.", "exclusiveMinimum": 0, "type": "integer" } }, "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