Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

unarchive_wallet_group

Restore archived wallet groups on Armor Crypto MCP by specifying group names. Returns a response confirming the unarchiving process for each group.

Instructions

Unarchive wallet groups. Expects a list of group names, returns a list of GroupArchiveOrUnarchiveResponse.

Input Schema

NameRequiredDescriptionDefault
unarchive_wallet_group_requestsYes

Input Schema (JSON Schema)

{ "$defs": { "UnarchiveWalletGroupRequest": { "properties": { "group": { "description": "Name of the group to unarchive", "title": "Group", "type": "string" } }, "required": [ "group" ], "title": "UnarchiveWalletGroupRequest", "type": "object" }, "UnarchiveWalletGroupRequestContainer": { "properties": { "unarchive_wallet_group_requests": { "items": { "$ref": "#/$defs/UnarchiveWalletGroupRequest" }, "title": "Unarchive Wallet Group Requests", "type": "array" } }, "required": [ "unarchive_wallet_group_requests" ], "title": "UnarchiveWalletGroupRequestContainer", "type": "object" } }, "properties": { "unarchive_wallet_group_requests": { "$ref": "#/$defs/UnarchiveWalletGroupRequestContainer" } }, "required": [ "unarchive_wallet_group_requests" ], "title": "unarchive_wallet_groupArguments", "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/armorwallet/armor-crypto-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server