Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COINBASE_EMAILYesYour Coinbase account email
COINBASE_2FA_CODENoOptional TOTP code for two-factor authentication. If omitted, you will be prompted to enter manually.
COINBASE_PASSWORDYesYour Coinbase account password

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
get_pricesA

Get current cryptocurrency prices from Coinbase. Uses the public Coinbase API - no authentication required.

get_portfolioA

Get your Coinbase portfolio balances and values. Requires COINBASE_EMAIL and COINBASE_PASSWORD environment variables.

get_transactionsA

Get recent transaction history from Coinbase. Requires COINBASE_EMAIL and COINBASE_PASSWORD environment variables.

buy_cryptoA

Place a buy order for cryptocurrency on Coinbase. Set confirm to false (default) for a preview, or true to execute. Requires COINBASE_EMAIL and COINBASE_PASSWORD environment variables.

sell_cryptoA

Place a sell order for cryptocurrency on Coinbase. Set confirm to false (default) for a preview, or true to execute. Requires COINBASE_EMAIL and COINBASE_PASSWORD environment variables.

get_wallet_addressA

Get your Coinbase deposit address for a cryptocurrency. Requires COINBASE_EMAIL and COINBASE_PASSWORD environment variables.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: portfolio, transactions, buy, sell, wallet address, and prices. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: get_ for reads, buy_/sell_ for actions. Naming is uniform and predictable.

Tool Count5/5

With 6 tools, the server is well-scoped for Coinbase operations. Each tool serves a clear function without redundancy or bloat.

Completeness4/5

Core account management and trading workflows are covered: viewing balances, history, prices, buying, selling, and getting deposit address. Minor gaps exist (e.g., cancel order, send crypto) but these are not critical for a basic trading server.

Maintenance

ActivityInactive
ResponsivenessNo issues