Skip to main content
Glama
MonadWorks
by MonadWorks

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NETWORKNoNetwork: mainnet or testnetmainnet
PRIVATE_KEYYesWallet private key (without 0x prefix)
BASE_RPC_URLNoCustom RPC endpoint
MAX_GAS_LIMITNoMaximum gas limit100000
GAS_MULTIPLIERNoGas estimate multiplier1.1

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
pay_balanceA

Check USDC balance on Base. Returns the balance for your wallet or a specified address.

pay_sendB

Send USDC payment on Base. Transfers USDC to the specified address.

pay_requestA

Generate a payment request. Creates a payment link that others can use to send you USDC.

pay_historyA

Get recent USDC transaction history on Base. Shows both sent and received transfers.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: balance checking, sending, requesting, and viewing history. There is no overlap or ambiguity between them.

Naming Consistency4/5

All tools share the 'pay_' prefix and use snake_case, which is consistent. However, 'pay_balance' and 'pay_history' are noun-based while 'pay_send' is verb-based, a minor deviation from a pure verb_noun pattern.

Tool Count5/5

Four tools cover the core functionality of a simple USDC payment server without bloat. The count is well-scoped for the domain.

Completeness5/5

The toolset covers the essential lifecycle: checking balance, sending payments, requesting payments, and viewing transaction history. No critical operations are missing for a basic payment server.

Maintenance

ActivityInactive
ResponsivenessNo issues