Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ARMOR_API_URL | No | The URL for the Armor API | https://app.armorwallet.ai/api/v1 |
ARMOR_ACCESS_TOKEN | Yes | Your Armor API access token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
login_prompt | A sample prompt to ask the user for their password after providing an email. This prompt is intended to be surfaced as a UI element. |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
wallets://all |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_wallet_token_balance | Copy |
conversion_api | Copy |
swap_quote | Copy |
swap_transaction | Copy |
get_token_details | Copy |
list_groups | Copy |
list_single_group | Copy |
create_wallet | Copy |
archive_wallets | Copy |
unarchive_wallets | Copy |
create_groups | Copy |
add_wallets_to_group | Copy |
archive_wallet_group | Copy |
unarchive_wallet_group | Copy |
remove_wallets_from_group | Copy |
get_user_wallets_and_groups_list | Copy |
transfer_tokens | Copy |
create_dca_order | Copy |
list_dca_orders | Copy |
cancel_dca_order | Copy |