Skip to main content
Glama
jim-agent

near-liquid-staking

by jim-agent

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
stake_nearA

Stake NEAR tokens on Meta Pool or Linear to receive liquid staking tokens (stNEAR or LiNEAR)

unstakeA

Request unstaking of liquid staking tokens. Initiates the unstaking process which has a waiting period.

withdrawA

Withdraw NEAR after the unstaking period is complete

get_staking_infoA

Get user's staking position including staked amount, rewards, and pending withdrawals

get_pool_statsA

Get pool statistics including APY, TVL, total staked, and fees

list_validatorsB

List validators used by the staking pool

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

Disambiguation5/5

Each tool addresses a distinct action or query: staking, initiating unstake, withdrawing, viewing user info, viewing pool stats, and listing validators. No two tools overlap in purpose.

Naming Consistency4/5

Most tools follow a verb_noun pattern (stake_near, get_staking_info, get_pool_stats, list_validators). Two are single verbs (unstake, withdraw) but remain clear and consistent with the action-oriented style.

Tool Count5/5

Six tools cover the essential liquid staking workflow without redundancy or bloat, fitting well within the expected 3-15 range.

Completeness5/5

The set covers the full staking lifecycle (stake, unstake, withdraw) plus necessary informational queries (user staking info, pool stats, validators). No critical gaps for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues