Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WALLET_PRIVATE_KEYYesYour Base wallet private key funded with USDC

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
generate_imageA

Generate an AI image from a text prompt. Costs $0.10 USDC per image, paid automatically via x402 on Base mainnet. Returns a PNG image URL.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap between tools. The tool's purpose is clearly defined.

Naming Consistency5/5

A single tool name cannot be inconsistent. It follows a clear verb_noun pattern ('generate_image'), which is appropriate.

Tool Count4/5

The server focuses solely on image generation from text prompts, which can reasonably be handled by a single tool. However, the inclusion of payment handling (x402) suggests potential missing tools for balance or transaction management.

Completeness3/5

The server provides only the core image generation functionality. Missing features like image history, deletion, or payment status tools may limit agent capabilities, but the basic use case is covered.