Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RPC_URLYesYour Base EVM RPC endpoint
BASE_PRIVATE_KEYYesYour agent's hot wallet private key (must hold Base Sepolia/Mainnet USDC to pay tolls)

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
exergynet_get_program_idA

Return the Mainnet LNES-01 program ID.

exergynet_verify_programC

Check if LNES-01 is live on Mainnet.

exergynet_get_proof_transactionA

Return the proven SettleExergy transaction signature.

exergynet_estimate_gateC

Calculate exergy-gate profitability.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct function: profitability estimation, program ID retrieval, proof transaction retrieval, and liveliness check. No overlap in purpose.

Naming Consistency5/5

All tools follow a consistent 'exergynet_verb_noun' pattern (estimate_gate, get_program_id, get_proof_transaction, verify_program), with verbs and nouns clearly indicating the action.

Tool Count5/5

Four tools is appropriate for this server's focused scope on ExergyNet gate profitability and program verification; not too few or too many.

Completeness4/5

Core operations (profitability, program ID, proof, and verification) are covered. A minor gap is the absence of a tool to actually trigger settlement, but the set is largely self-contained for its intended purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues