obol
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| obol_wallet_overviewA | Get a Solana wallet overview — SOL balance, token count, total value. Costs $0.01 USDC. |
| obol_wallet_portfolioA | Get full wallet portfolio — all token holdings with prices, NFTs, and breakdown. Costs $0.05 USDC. |
| obol_wallet_activityA | Get wallet transaction history with categorization (swaps, transfers, etc). Costs $0.05 USDC. |
| obol_wallet_riskB | Multi-factor risk assessment for a Solana wallet — age, diversification, activity patterns. Costs $0.10 USDC. |
| obol_wallet_pnlC | Wallet P&L analysis — token flows, current values, transaction history analysis. Costs $0.15 USDC. |
| obol_token_priceB | Get real-time token price via Jupiter. Costs $0.005 USDC. |
| obol_token_metadataA | Get token metadata — name, symbol, supply, decimals. Costs $0.01 USDC. |
| obol_swap_quoteB | Get a Jupiter swap quote with route planning and price impact. Costs $0.005 USDC. |
| obol_swap_executeA | Build a Jupiter swap transaction for signing. Returns a serialized transaction the agent must sign and submit. Costs $0.25 USDC. |
| obol_defi_positionsB | Get DeFi positions for a wallet — LSTs, LP tokens, lending positions, categorized by protocol. Costs $0.10 USDC. |
| obol_lst_yieldsA | Compare LST yields across Solana — jitoSOL, mSOL, bSOL, jupSOL, hSOL, and more. APYs from Sanctum, exchange rates from Jupiter. Costs $0.02 USDC. |
| obol_healthA | Check Obol API health and status. Free. |
| obol_infoA | Get Obol API info — all available endpoints, pricing, and payment mode. Free. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Each tool targets a clearly distinct resource or granularity level: wallet overview vs. full portfolio vs. activity vs. risk vs. P&L vs. DeFi positions are separately scoped. Token price/metadata, swap quote/execute, LST yields, health, and info also have unambiguous purposes.
All tools follow the consistent `obol_<area>_<detail>` snake_case pattern, e.g. wallet_overview, token_price, swap_quote, lst_yields. Even the simpler health and info tools fit the prefix convention without disrupting the pattern.
13 tools is well within the ideal range and each tool earns its place by covering a distinct wallet analytics, token data, or swap workflow. The count feels complete without being bloated.
The tool surface covers the full advertised Solana workflow: wallet analytics, portfolio detail, transaction history, risk, P&L, DeFi positions, token price/metadata, swap quoting/execution, and LST yield comparison. There are no obvious dead ends or missing core operations for the stated domain.