w3_ls
List files and directories in IPFS storage using JSON format. Ideal for managing data and storage spaces within the MCP-IPFS server environment.
Instructions
Tool for w3_ls operation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
json | No | Format output as newline delimited JSON (default: true). |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"json": {
"default": true,
"description": "Format output as newline delimited JSON (default: true).",
"type": "boolean"
}
},
"type": "object"
}