Armor Crypto MCP

by armorwallet
Verified
GPL 3.0
169
  • Apple
  • Linux

add_wallets_to_group

Add multiple wallets to a specific group using the group name and a list of wallet names. Simplifies blockchain wallet management on the Armor Crypto MCP server.

Instructions

Add wallets to 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": "add_wallets_to_groupArguments", "type": "object" }
ID: omajxoz8en