Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

archive_wallet_group

Archive wallet groups on Armor Crypto MCP by providing a list of group names. Returns structured responses for each archived group, streamlining blockchain wallet management.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
archive_wallet_group_requestsYes

Input Schema (JSON Schema)

{ "$defs": { "ArchiveWalletGroupRequest": { "properties": { "group": { "description": "Name of the group to archive", "title": "Group", "type": "string" } }, "required": [ "group" ], "title": "ArchiveWalletGroupRequest", "type": "object" }, "ArchiveWalletGroupRequestContainer": { "properties": { "archive_wallet_group_requests": { "items": { "$ref": "#/$defs/ArchiveWalletGroupRequest" }, "title": "Archive Wallet Group Requests", "type": "array" } }, "required": [ "archive_wallet_group_requests" ], "title": "ArchiveWalletGroupRequestContainer", "type": "object" } }, "properties": { "archive_wallet_group_requests": { "$ref": "#/$defs/ArchiveWalletGroupRequestContainer" } }, "required": [ "archive_wallet_group_requests" ], "title": "archive_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