Skip to main content
Glama

VaultVision Hyperliquid Vault Research

Search Hyperliquid vaults

search_vaults
Read-onlyIdempotent

Filter and sort current Hyperliquid vaults by name, TVL, modeled risk, drawdown, entry quality, and observed deposit status. Returns evidence, not a recommendation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
sort_byNorelevance
entry_labelNo
min_tvl_usdNo
max_risk_scoreNo
accepts_depositsNo
max_drawdown_pctNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

B3.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds the nuance 'Returns evidence, not a recommendation,' which clarifies output intent but does not disclose other behaviors like pagination limits or data freshness. Given annotations cover the safety profile, a 3 is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with zero filler. The first sentence packs the full capability set, and the second adds the critical output caveat. Information is front-loaded and every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 8 parameters and no schema descriptions, the description covers the main filtering dimensions but omits details on default behavior (e.g., default sort is relevance, limit is 10) and how parameters interact. The presence of an output schema helps, but the description itself could be more explicit about search semantics for an agent to call it correctly without external hints.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It lists the major filter dimensions (name, TVL, risk, drawdown, entry, deposit status) which map to most parameters, but does not explicitly map each one or explain defaults for sort_by and limit. It provides partial semantic value but leaves ambiguities for 8 parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb (search/filter/sort), the resource (Hyperliquid vaults), and the specific attributes involved (TVL, risk, drawdown, etc.). It is distinct from vague phrasing, though it does not explicitly differentiate from siblings like rank_vaults or compare_vaults, which limits full clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus its siblings. The description does not mention alternatives like compare_vaults or rank_vaults, nor does it specify conditions for choosing this search over other tools. This leaves the agent to infer usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools target distinct actions and resources, but search_vaults and rank_vaults both return ordered vault lists, and fetch and get_vault can retrieve similar single-record data. The descriptions provide enough context to disambiguate in most cases.

Naming Consistency4/5

Tool names generally follow a clear verb_noun snake_case pattern (compare_vaults, get_vault, rank_vaults). Standalone verbs like fetch and search are minor deviations but remain readable and consistent in style.

Tool Count5/5

Nine tools is well-scoped for a research-focused server. Each tool covers a distinct investigation workflow without redundant entries or excessive surface area.

Completeness4/5

The server covers discovery, retrieval, comparison, ranking, risk explanation, alerts, and HLP-specific metrics. Minor gaps exist, such as no historical/time-series tool, but core research workflows are fully supported.