Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

remove_wallets_from_group

Remove specified wallets from a designated group within Armor Crypto MCP. Input includes group name and a list of wallet names to manage blockchain operations efficiently.

Instructions

Remove wallets from a specified group. Expects the group name and a list of wallet names.

Input Schema

NameRequiredDescriptionDefault
group_nameYes
wallet_names_listYes

Input Schema (JSON Schema)

{ "properties": { "group_name": { "title": "Group Name", "type": "string" }, "wallet_names_list": { "items": { "type": "string" }, "title": "Wallet Names List", "type": "array" } }, "required": [ "group_name", "wallet_names_list" ], "title": "remove_wallets_from_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