Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

add_wallets_to_group

Organize crypto wallets efficiently by adding multiple wallets to a specified group using this tool. Simplify blockchain management for structured operations and strategies.

Instructions

Add wallets to a specified group. Expects the group name and a list of wallet names, returns a list of AddWalletToGroupResponse.

Input Schema

NameRequiredDescriptionDefault
add_wallet_to_group_requestsYes

Input Schema (JSON Schema)

{ "$defs": { "AddWalletToGroupRequest": { "properties": { "group": { "description": "Name of the group to add wallets to", "title": "Group", "type": "string" }, "wallet": { "description": "Name of the wallet to add to the group", "title": "Wallet", "type": "string" } }, "required": [ "group", "wallet" ], "title": "AddWalletToGroupRequest", "type": "object" }, "AddWalletToGroupRequestContainer": { "properties": { "add_wallet_to_group_requests": { "items": { "$ref": "#/$defs/AddWalletToGroupRequest" }, "title": "Add Wallet To Group Requests", "type": "array" } }, "required": [ "add_wallet_to_group_requests" ], "title": "AddWalletToGroupRequestContainer", "type": "object" } }, "properties": { "add_wallet_to_group_requests": { "$ref": "#/$defs/AddWalletToGroupRequestContainer" } }, "required": [ "add_wallet_to_group_requests" ], "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