Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BLOCKNATIVE_API_KEY | No | Blocknative API key required for high-frequency API access. Sign up at Blocknative to obtain a free API key. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
gas_price_query | Prompt template for querying gas prices at a specific confidence level and chain. Parameters: - confidence (int): The confidence level for gas price prediction (0-100). - chain_id (int): The ID of the blockchain network (e.g., 1 for Ethereum Mainnet). Default: 1. |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
predict_gas_price | Copy |
estimate_gas_cost | Copy |
get_supported_chains | Copy |