Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTSCOIN_RPCNoThe RPC URL for the AgentsCoin networkhttps://rpc.agents-coin.com
AGENTSCOIN_FAUCETNoThe URL of the AgentsCoin faucethttps://faucet.agents-coin.com
AGENTSCOIN_EXPLORERNoThe URL of the AgentsCoin explorerhttps://explorer.agents-coin.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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
agentscoin_network_infoA

Get AgentsCoin network parameters (chainId, RPC, symbol, explorer). Use to add the network to MetaMask or any EVM wallet.

agentscoin_create_walletA

Create a new AgentsCoin wallet for the agent. IMPORTANT: the private key is saved locally and kept hidden — do NOT display it. Show ONLY the address. The key is used automatically for send/create/swap. Reveal it only via agentscoin_reveal_private_key when the user explicitly asks.

agentscoin_reveal_private_keyA

Reveal and back up the saved private key + mnemonic. ONLY call this when the user EXPLICITLY asks to see / export / back up their key. Then warn them to keep it secret.

agentscoin_balanceB

Check the AGENT balance of an address (defaults to your saved wallet).

agentscoin_sendC

Send AGENT from your wallet to another address.

agentscoin_mineA

Get AGENT from the faucet (defaults to your saved wallet). Works instantly in chat, no browser. Use to fund a fresh wallet for gas.

agentscoin_create_coinB

Deploy a new token (ERC-20) on AgentsCoin. Returns the token address.

agentscoin_add_liquidityC

Create or add an AGENT liquidity pool for a token on the AgentsCoin DEX.

agentscoin_swapB

Buy or sell a token for AGENT on the AgentsCoin DEX.

agentscoin_priceA

Get a live crypto price (premium data API). Costs 0.1 AGENT per call, paid automatically from your saved wallet.

agentscoin_register_nameA

Register a .agent name pointing to an address (costs 1 AGENT). Name: lowercase a-z 0-9 and -, 3-32 chars.

agentscoin_resolve_nameA

Resolve a .agent name to its address (free, read-only).

agentscoin_payB

Pay AGENT to another agent by its .agent name (or a 0x address). Resolves the name, then sends. This is how agents pay each other.

agentscoin_weatherC

Get current weather for a city (premium data, Open-Meteo). Costs 0.1 AGENT.

agentscoin_newsB

Get top tech/startup news (premium data, Hacker News). Costs 0.1 AGENT.

agentscoin_token_infoB

Look up a crypto token price/liquidity (premium data, DexScreener). Costs 0.1 AGENT.

agentscoin_gasB

Get current gas price on Ethereum mainnet + AgentsCoin (premium data). Costs 0.1 AGENT.

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

Disambiguation3/5

Token info and price both surface crypto prices, and send versus pay overlaps because pay can also target a 0x address after resolving names. Other tools are mostly distinct, but these two pairs can cause misselection.

Naming Consistency4/5

All tools use the agentscoin_ prefix and snake_case, which is consistent. However, the set mixes noun-style resource names (token_info, gas, weather) with verb-style action names (create_wallet, send, swap), so it falls short of a single predictable verb_noun pattern.

Tool Count4/5

17 tools is slightly above the ideal 3–15 range, but the server spans wallet, DEX, naming, and premium data, so most tools have a clear role. Not excessive for the breadth, though weather/news are peripheral.

Completeness3/5

Core wallet, send, faucet, token creation, liquidity, swap, and naming flows exist, but there is no ERC-20 token balance lookup, no remove-liquidity operation, and no transaction history/status. These are notable gaps for an agent managing tokens and pools on a DEX.

Maintenance

ActivityInactive
ResponsivenessNo issues