Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PRIVATE_KEY | Yes | Your Monad account's private key (should start with 0x) |
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 |
---|---|
get-mon-balance | Get MON balance for an address on Monad testnet |
send-mon-transaction | Send MON transaction on Monad testnet |
deploy-mon-contract | Deploy a smart contract on Monad testnet |
watch-contract-events | Watch for smart contract events on Monad testnet |
query-mon-nft | Query NFT information on Monad testnet |
get-latest-block | Get the latest block on Monad testnet |
get-block-by-number | Get a block by number on Monad testnet |