Skip to main content
Glama

Philidor DeFi Vault Risk Analytics

search_vaults

Search and filter DeFi vaults by chain, protocol, asset, risk tier, TVL, and more. Returns a paginated list with risk scores and APR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNoFilter by asset symbol (e.g. USDC, WETH)
chainNoFilter by chain name or slug (e.g. Ethereum, Base, Arbitrum, Solana)
limitNoMax results (default 10, max 50)
queryNoSearch by vault name, symbol, asset, protocol, or curator
minTvlNoMinimum TVL in USD
sortByNoSort field: tvl_usd, apr_net, name, last_synced_at
protocolNoFilter by protocol ID (e.g. morpho, aave, aave-v4, yearn, beefy, spark, compound, uniswap, nest, maple, kamino)
riskTierNoFilter by risk tier: Prime, Core, or Edge
sortOrderNoSort order: asc or desc
depositableNoFilter by current ability to accept new deposits. When true, vaults whose depositability is not yet indexed are still included; when false, only vaults whose maxDeposit on-chain is zero (caps reached, paused, or supply queue saturated) are returned.

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It does disclose that results are paginated and include risk scores and APR, which is useful. However, it doesn't mention default sorting, whether results can be empty, or how pagination is controlled—especially notable because the schema has no page or cursor parameter.

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

Conciseness4/5

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

The description is a single sentence with the main action and key filters front-loaded. 'And more' is slightly vague but harmless. It is compact without wasting words, though it doesn't use structure like separate sentences for behavioral notes.

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

Completeness2/5

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

Given 10 parameters, no annotations, and no output schema, the description is thin. It mentions a paginated list but provides no output shape details beyond 'risk scores and APR,' and it doesn't explain how pagination works when the schema lacks a page parameter. An agent calling this tool has to guess at response structure and pagination behavior.

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?

The input schema has 100% coverage with detailed descriptions for all 10 parameters, so the description doesn't need to add parameter semantics. It only restates filters generically ('chain, protocol, asset, risk tier, TVL'), which adds no new meaning beyond the schema.

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 and resource: 'Search and filter DeFi vaults' by several specific criteria, and notes the result includes risk scores and APR. It is distinct from get_vault and get_market in intent, but it doesn't explicitly name any sibling alternative, so it doesn't quite earn a 5.

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?

The description implies this is the general-purpose discovery tool for vaults, but it gives no explicit guidance on when to use search_vaults versus siblings like find_safest_vaults, list_vaults_with_incidents, or compare_vaults. There are no stated exclusions or selection criteria.

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 a specific resource and action, but vault discovery/filtering overlaps slightly between search_vaults and find_safest_vaults, and get_market/list_markets could confuse agents. The descriptions include explicit disambiguation notes, which mitigates most misselection risk.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: get_, list_, search_, compare_, explain_, find_. The consistency makes the tool surface predictable and easy for an agent to navigate.

Tool Count5/5

Thirteen tools is well within the ideal 3-15 range and matches the server's broad but focused purpose: vault analytics, market data, risk breakdowns, and ecosystem lookups. No tool feels redundant or purely decorative.

Completeness4/5

The read-only analytics domain is well covered: vault lookup, search, comparison, risk breakdown, incidents, market overview, market events, protocol info, and curator info are all present. The only notable gap is the lack of direct discovery/list endpoints for protocols and curators, though vaults can often be used as an entry point.