list_single_group
Retrieve details for a specific wallet group by providing the group name, enabling management of cryptocurrency assets within the Armor Crypto MCP server.
Instructions
Retrieve details for a single wallet group.
Expects the group name as a parameter, returns SingleGroupInfo.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
list_single_group_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"list_single_group_requests": {
"$ref": "#/$defs/ListSingleGroupRequest"
}
},
"required": [
"list_single_group_requests"
],
"type": "object"
}