Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WALLET_PRIVATE_KEYYesYour wallet private key for executing swaps

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
{}
logging
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ODOS_GET_QUOTEB

Get a quote for a swap or exchange operation

ODOS_SWAPC

Execute a swap transaction

ODOS_GET_CHAIN_IDA

Get the chain ID for a given chain name

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct step in the swap process: chain ID lookup, quote retrieval, and execution. No ambiguity or overlap exists.

Naming Consistency5/5

All tools use a consistent ODOS_ prefix followed by clear verb_noun patterns (GET_CHAIN_ID, GET_QUOTE, SWAP), making them predictable.

Tool Count5/5

With 3 tools, the server is well-scoped for the core swap workflow without unnecessary bloat or deficiency.

Completeness3/5

The tools cover the essential swap steps but lack a token approval tool, which is commonly required for many swaps, creating a potential gap.

Maintenance

ActivityInactive
ResponsivenessNo issues