Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BSC_RPC_URLNoThe RPC URL for connecting to the Binance Smart Chainhttps://bsc-dataseed.binance.org
MORALIS_API_KEYNoOptional: Your Moralis API key if you want to fetch token balances from Moralis
BSC_WALLET_PRIVATE_KEYYesYour private key for a Binance Smart Chain (BSC) wallet

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
transferNativeTokenC

Transfer native token (BNB)

transferBEP20TokenC

Transfer BEP-20 token by symbol or address

pancakeSwapC

Swap tokens in BSC chain via PancakeSwap

getWalletInfoC

Get wallet info for an address

createFourMemeC

create new meme token on four.meme

createBEP20TokenD

create bep20 token

buyMemeTokenD

buy meme token

sellMemeTokenD

sell meme token

pancakeAddLiquidityD

add liquidity to pancake

pancakeMyPositionC

check my liquidity position on panceke

pancakeRemovePositionD

remove liquidity position on panceke

securityCheckC

Check security of BSC tokens

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.6/5.0

Scored across 12 tools

Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between pancakeSwap and buyMemeToken/sellMemeToken, as both involve token transactions. However, descriptions clarify that pancakeSwap is for general token swapping via PancakeSwap, while buyMemeToken/sellMemeToken are specific to meme tokens, reducing confusion.

Naming Consistency3/5

The naming is mixed with some consistency issues. Most tools use verb_noun patterns like getWalletInfo and transferBEP20Token, but there are deviations like pancakeSwap (verb_noun) vs. pancakeAddLiquidity (noun_verb_noun), and inconsistent casing with pancakeMyPosition and pancakeRemovePosition. This makes the set readable but not fully predictable.

Tool Count5/5

With 12 tools, the count is well-scoped for a BSC-focused server covering token creation, trading, liquidity management, and security checks. Each tool serves a clear purpose in the domain, and there is no bloat or excessive overlap, making it appropriate for the server's scope.

Completeness4/5

The tool set covers key BSC operations including token creation (createBEP20Token, createFourMeme), trading (buyMemeToken, sellMemeToken, pancakeSwap), liquidity management (pancakeAddLiquidity, pancakeMyPosition, pancakeRemovePosition), transfers (transferBEP20Token, transferNativeToken), and security (securityCheck). Minor gaps might include checking token balances or more detailed analytics, but core workflows are well-covered.

Maintenance

ActivityInactive
ResponsivenessUnresponsive