Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
echo | Echo back the provided message |
calculate | Perform basic mathematical calculations |
get_current_time | Get the current time in a specified timezone |
fund_testnet | Fund an Algorand testnet account using the official faucet |
generate_algorand_account | Generate a new Algorand account with address and mnemonic |
get_account_info | Get account information including balance and assets |
send_payment | Send Algo payment transaction (WARNING: Requires mnemonic phrase) |
create_asset | Create a new Algorand Standard Asset (ASA) |
opt_in_to_asset | Opt into an Algorand Standard Asset |
transfer_asset | Transfer an Algorand Standard Asset |
get_asset_info | Get information about an Algorand Standard Asset |
get_transaction | Get transaction details by transaction ID |
store_wallet | Securely store a wallet with encrypted mnemonic |
load_wallet | Load a stored wallet and return the address |