w3_delegation_create
Create delegations for specific capabilities on the MCP-IPFS server. Specify audience DID, capabilities, and output path to generate a CAR file or base64 identity CID.
Instructions
Tool for w3_delegation_create operation. Requires ABSOLUTE paths for file arguments.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
audienceDid | Yes | The DID of the audience receiving the delegation (e.g., did:key:...). | |
base64 | No | Format output as base64 identity CID string instead of writing to a file. | |
capabilities | Yes | One or more capabilities to delegate (e.g., ['space/*', 'upload/*']). | |
name | No | Human-readable name for the audience. | |
output | No | ABSOLUTE path of file to write the exported delegation CAR file to. | |
type | No | Type of the audience. |