w3_plan_get
Retrieve the storage plan details for a specified or currently authorized account on the MCP IPFS Server to manage data storage and access.
Instructions
Displays the plan associated with the current or specified account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountId | No | Optional account ID to get plan for (defaults to current authorized account). |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "Displays the plan associated with the current or specified account.",
"properties": {
"accountId": {
"description": "Optional account ID to get plan for (defaults to current authorized account).",
"type": "string"
}
},
"type": "object"
}