Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| faucet | Get faucet from sui networks |
| sui-balance | Get balance of an address from sui networks |
| sui-transfer | transfer SUI(in mist) to single or multiple addresses |
| random-sui-account | Create random SUI account, do not use it in production. |
| gen_mnemonic | Generate mnemonic(Not recommended for production) |
| gen_sui_accounts_by_mnemonic | Create SUI accounts from mnemonic(Not recommended for production) |
| get_account_info_by_private_key | Get account info by private key |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |