Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
compare_lst_providersA

Compare NEAR liquid staking providers (Meta Pool, Linear) - shows APY, rates, features, and recommendations

get_lst_balanceA

Check liquid staking token balances (stNEAR, LiNEAR) for an account

lst_to_near_rateA

Get current exchange rate between LST tokens and NEAR (how much NEAR your stNEAR/LiNEAR is worth)

stake_for_lstA

Generate a transaction to stake NEAR for liquid staking tokens (stNEAR or LiNEAR). Returns transaction details for signing.

unstake_lstA

Generate a transaction to unstake LST tokens back to NEAR. Supports delayed unstaking (better rate) or instant unstaking (with fee).

lst_defi_optionsA

Find DeFi opportunities for liquid staking tokens - where to use stNEAR/LiNEAR for additional yield

get_staking_apyB

Get estimated APY/rewards rate for liquid staking protocols

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 7 tools

Disambiguation4/5

Most tools are clearly distinct by action (stake, unstake, balance, rate, DeFi), but compare_lst_providers overlaps somewhat with get_staking_apy and lst_to_near_rate since it also surfaces APY and rates. Descriptions are clear enough that an agent can usually pick correctly.

Naming Consistency4/5

All names use lowercase snake_case and share the lst/staking vocabulary, with clear action verbs like get, stake, unstake. A few names (lst_to_near_rate, lst_defi_options) omit a leading verb, but the pattern is still predictable.

Tool Count5/5

Seven tools is well-scoped for a liquid staking server: discovery, balances, rates, staking, unstaking, and DeFi opportunities all have a dedicated tool. No tool feels redundant enough to remove.

Completeness5/5

The set covers the full user journey for NEAR liquid staking: choosing a provider, checking APY/rates, staking, monitoring balances, unstaking (delayed/instant), and exploring DeFi yield. There are no obvious dead ends or missing lifecycle steps.

Maintenance

ActivityInactive
ResponsivenessNo issues