w3_delegation_ls
List delegated storage permissions within the storacha.network using JSON-formatted output for clear and structured data retrieval in the MCP IPFS environment.
Instructions
Tool for w3_delegation_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"
}