Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZKVERIFY_URLNoBase URL of the zkVerify server. Defaults to https://zkverify-production.up.railway.app if not provided.

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
verify_balanceA

Verify any blockchain address balance with Merkle proof and ECDSA signature. Returns cryptographically verified balance data.

verify_contractB

Verify if an address is a smart contract and get its code hash with ECDSA signature.

verify_signatureA

Verify a zkVerify ECDSA signature on a previous response. Checks signer authenticity.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct object: contract, signature, and balance. There is no ambiguity about which tool to use for a given verification task.

Naming Consistency5/5

All tool names follow a consistent 'verify_' prefix followed by the object being verified. This creates a predictable pattern that is easy for agents to learn and recall.

Tool Count5/5

Three tools is a well-scoped count for a specialized verification server. Each tool serves a clear purpose, and the set is neither too sparse nor bloated.

Completeness4/5

The server covers the core verification actions for contracts, signatures, and balances, which covers the most common needs. A minor gap is lack of transaction or proof verification, but the current surface is coherent and functional.

Maintenance

ActivityMaintained
ResponsivenessSyncing