near-liquid-staking
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
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.
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.
Six tools cover the essential liquid staking workflow without redundancy or bloat, fitting well within the expected 3-15 range.
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.