Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BANKLESS_API_TOKEN | Yes | Your Bankless API token |
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 |
---|---|
read_contract | Read contract state from a blockchain. important: Copy |
get_proxy | Gets the proxy address for a given network and contract |
get_abi | Gets the ABI for a given contract on a specific network |
get_source | Gets the source code for a given contract on a specific network |
get_events | Fetches event logs for a given network and filter criteria |
build_event_topic | Builds an event topic signature based on event name and arguments |
get_transaction_history_for_user | Gets transaction history for a user and optional contract |
get_transaction_info | Gets detailed information about a specific transaction |
get_token_balances_on_network | Gets all token balances for a given address on a specific network |
get_block_info | Gets detailed information about a specific block by number or hash |