Skip to main content
Glama

mcp-ipfs

by alexbakers

w3_reset

Reset the agent state on the MCP IPFS Server by removing all proofs and delegations while retaining the agent DID. Requires explicit confirmation to proceed.

Instructions

DANGEROUS: Resets the agent state, removing all proofs and delegations but retaining the agent DID. Requires explicit confirmation argument.

Input Schema

NameRequiredDescriptionDefault
confirmResetYesMust be exactly 'yes-i-am-sure' to confirm resetting agent state (removes proofs/delegations).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "DANGEROUS: Resets the agent state, removing all proofs and delegations but retaining the agent DID. Requires explicit confirmation argument.", "properties": { "confirmReset": { "const": "yes-i-am-sure", "description": "Must be exactly 'yes-i-am-sure' to confirm resetting agent state (removes proofs/delegations).", "type": "string" } }, "required": [ "confirmReset" ], "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