remove_wallets_from_group
Remove specified wallets from a cryptocurrency wallet group to reorganize or clean up wallet collections in the Armor Crypto MCP server.
Instructions
Remove wallets from a specified group.
Expects the group name and a list of wallet names, returns a list of RemoveWalletFromGroupResponse.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
remove_wallets_from_group_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"remove_wallets_from_group_requests": {
"$ref": "#/$defs/RemoveWalletsFromGroupRequestContainer"
}
},
"required": [
"remove_wallets_from_group_requests"
],
"type": "object"
}