Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KEYPAIRYesYour Solana keypair
RPC_URLYesSolana RPC endpoint (e.g., https://api.mainnet-beta.solana.com)

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": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
launch-tokenA

Launch a new meme token on Solana using the Raydium launchpad. Optionally perform an initial buy of your own token.

buy-tokenB

Buy tokens on Solana using the Raydium launchpad

birdeye-trending-tokensA

Get trending tokens on Solana from BirdEye

birdeye-top-tradersA

Get top traders on Solana from BirdEye (showing today's data)

jupiter-swapB

Swap tokens on Solana using Jupiter

token-lookupB

Lookup token mint addresses by ticker symbol

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation3/5

Most tools are distinct, but buy-token and jupiter-swap both enable acquiring tokens, differing only by DEX protocol. Launch-token's optional initial buy also overlaps somewhat with buying, though its primary purpose is creation. Descriptions mention protocols, but an agent could still select the wrong tool for a simple token purchase.

Naming Consistency2/5

Tool names mix conventions: launch-token and buy-token use verb-noun, while token-lookup and jupiter-swap use noun-verb, and birdeye-trending-tokens/birdeye-top-traders follow a brand-noun pattern. This inconsistent naming makes it harder to predict tool names.

Tool Count5/5

Six tools is a well-scoped count for a meme token server, covering token creation, purchasing, swapping, lookup, and market data. Each tool serves a distinct function with no redundancy in count.

Completeness4/5

Core trading workflows are covered: launch, buy, swap, lookup, and market insights. Minor gaps exist, such as no explicit price feed or wallet balance tool, but these can be worked around via existing swap/lookup tools. The surface is fairly complete for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues