Skip to main content
Glama

Philidor DeFi Vault Risk Analytics

get_market

Get one lending market with every reserve it contains: supplied, supply APR, borrowed, borrow APR, utilization and risk tier per reserve. Spoke ids look like aave-v4-10-etherfi-cash. Aave V4 hub parents (aave-v4-1-hub-global-dollar) are composed from the spokes that share that hub; /v1/markets does not serve those ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketIdYesMarket id from list_markets. Spoke example: aave-v4-10-etherfi-cash. Hub example: aave-v4-1-hub-global-dollar.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / marketId / description
      Previous value: -"Market id, e.g. aave-v4-10-etherfi-cash"New value: +"Market id from list_markets. Spoke example: aave-v4-10-etherfi-cash. Hub example: aave-v4-1-hub-global-dollar."
  2. Added

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. 'Get' implies a read, and the description usefully discloses that the response aggregates every reserve plus hub-composition behavior, but it says nothing about auth requirements, error behavior on unknown ids, or pagination/size limits.

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?

Front-loads the returned payload before the id-format caveats, and every sentence carries information. Minor redundancy: the id example overlaps what the schema already shows.

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

Completeness4/5

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

With no output schema, the description compensates by enumerating the returned per-reserve fields, and it explains id formats and hub composition. Missing only edge-case behavior such as what happens for an unknown or spoke-less id.

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?

With a single parameter and 100% schema description coverage, the schema already documents marketId with spoke and hub examples. The description's 'Spoke ids look like...' largely repeats that, adding only the hub-composition note, so the baseline of 3 is appropriate.

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?

States a specific verb and resource ('Get one lending market') and enumerates the per-reserve fields returned (supplied, supply APR, borrowed, borrow APR, utilization, risk tier), so the agent knows exactly what data comes back. Sibling differentiation is only implicit via the '/v1/markets' reference, which hints at list_markets without naming the tool.

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

Usage Guidelines3/5

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

Usage is implied rather than stated: the agent must infer it is called with an id sourced from list_markets, and the note that hub parents are composed from spokes suggests when a hub id is acceptable. There is no explicit when-to-use-this-vs-alternatives guidance and no prerequisites or exclusions beyond the id-format constraint.

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.