create_groups
Organize cryptocurrency wallets into named groups for better management and categorization within the Armor Crypto MCP server.
Instructions
Create new wallet groups.
Expects a list of group names, returns a list of CreateGroupResponse.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
create_groups_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"create_groups_requests": {
"$ref": "#/$defs/CreateGroupsRequestContainer"
}
},
"required": [
"create_groups_requests"
],
"type": "object"
}