Skip to main content
Glama

mcp-ipfs

by alexbakers

w3_can_store_ls

Lists stored CAR files (shards) within the current space using pagination and JSON output for advanced data management on MCP-IPFS servers.

Instructions

Lists stored CAR files (shards) in the current space (advanced use).

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 stored CAR files (shards) in the current space (advanced use).", "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