Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_URLNoRedis connection string for caching (optional)
DATABASE_URLYesPostgreSQL connection string for the database
INFURA_API_KEYYesInfura API key for blockchain access
ETHERSCAN_API_KEYYesEtherscan API key for contract ABIs

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get-chainsA

List the blockchain networks this server supports, with their chain ids and native currencies.

get-balanceA

Get an address's native-token balance (e.g. ETH) on a given chain.

read-contractA

Call a read-only (view/pure) contract method. Provide abi as human-readable signatures (e.g. ["function balanceOf(address) view returns (uint256)"]) for zero-config use, or set ETHERSCAN_API_KEY to auto-fetch verified ABIs.

prepare-transactionA

Create an unsigned transaction and return a URL the user opens to review and sign it in their own wallet. Private keys never reach this server. Share the returned URL with the user.

get-transaction-statusA

Check the current status of a prepared transaction by its id.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct blockchain operation: balance query, chain listing, transaction status, transaction preparation, and contract reading. No functional overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (e.g., get-balance, prepare-transaction). No mixing of styles.

Tool Count5/5

With 5 tools, the server covers core blockchain interactions without being excessive or too sparse. Each tool serves a clear purpose.

Completeness4/5

The tool set covers essential operations: balance, chain info, contract reading, and transaction lifecycle. Missing features like event log retrieval or gas estimation, but for basic blockchain interactions it is largely complete.

Maintenance

ActivityInactive
ResponsivenessNo issues