Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP listen port8402
PRICENoNetwork default USDC price$0.001
NETWORKNoCAIP-2 network identifiereip155:84532
X402_PAY_TONoEVM receive address (live mode)
GATED_PREFIXNoHTTP paths that require payment/v1
UPSTREAM_URLNoYour API origin (unset → mock)
CDP_API_KEY_IDNoCDP facilitator API key ID (required for live settlement)
WAITLIST_EMAILNoLanding waitlist mailto2767111713@qq.com
PUBLIC_BASE_URLNoPublic https origin for Bazaar resource URLshttp://127.0.0.1:$PORT
X402_ENVIRONMENTNox402 environment (development or production)development
CDP_API_KEY_SECRETNoCDP facilitator API key secret (required for live settlement)

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
server_infoA

Gateway status: mode, network, price, gatedPrefix, upstream. No payment required.

get_quoteA

Fetch a sample quote from the upstream API (mock when UPSTREAM_URL is unset). Requires payment of $0.001 USDC.

proxy_requestB

Forward method/path/query/headers/body to UPSTREAM_URL (or mock). Requires payment of $0.001 USDC.

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 3 tools

Disambiguation5/5

Each tool serves a completely distinct function: server_info provides gateway status, get_quote fetches a sample quote, and proxy_request forwards requests. No overlap or ambiguity between them.

Naming Consistency5/5

All tools use lowercase snake_case with clear verb_noun or noun_verb patterns (server_info, get_quote, proxy_request). The naming style is uniform and predictable.

Tool Count5/5

With 3 tools, the set is well-scoped for a micro-tollgate gateway. Each tool earns its place: info, quote, and proxy access. No surplus or deficiency for the stated purpose.

Completeness5/5

The tool surface covers the core workflow: inspect gateway state, request a quote, and proxy an authenticated request. There are no obvious dead ends or missing operations for this narrow domain.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive