Armor Crypto MCP

by armorwallet
Verified
GPL 3.0
169
  • Apple
  • Linux

create_groups

Generate and manage new wallet groups by providing a list of group names, simplifying organization within the Armor Crypto MCP server's blockchain operations.

Instructions

Create new wallet groups. Expects a list of group names.

Input Schema

NameRequiredDescriptionDefault
group_names_listYes

Input Schema (JSON Schema)

{ "properties": { "group_names_list": { "items": { "type": "string" }, "title": "Group Names List", "type": "array" } }, "required": [ "group_names_list" ], "title": "create_groupsArguments", "type": "object" }
ID: omajxoz8en