Armor Crypto MCP

by armorwallet
Verified
GPL 3.0
169
  • Apple
  • Linux

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" }
ID: omajxoz8en