Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

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" }

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