Skip to main content
Glama

Server Details

Yield & risk for agents: signal, decision, durability, capacity, sensitivity, exposure, persistence

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Stakemate369/yieldsignal
GitHub Stars
0
Server Listing
YieldSignal MCP Server

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool addresses a distinct aspect of yield analysis: signal provides raw data, durability stress-tests incentive dependence, decision recommends an action, and exit capacity evaluates liquidity. There is no overlap; an agent can clearly select the right tool for the task.

Naming Consistency5/5

All tools follow a consistent get_<yield_>?<specific> pattern, using snake_case and a uniform verb. get_exit_capacity fits the pattern with 'get_' and a clear noun even without 'yield' in the name, maintaining predictability.

Tool Count5/5

Four tools is a well-scoped set for a focused yield analytics server. Each tool earns its place by covering a distinct part of the decision workflow without redundancy or unnecessary bloat.

Completeness5/5

The tool set covers the full yield analysis lifecycle: raw signal, durability under incentive changes, decision recommendation, and exit liquidity. There are no obvious dead ends; an agent can go from data to action to exit assessment without missing critical operations.

Available Tools

7 tools
get_exit_capacityAInspect

Exit capacity for a Base lending market: per-protocol utilization and withdrawable liquidity read from the protocol's own books (Aave, Compound), plus — if you pass amountUsd — whether that size can be withdrawn right now and what share of the market it would be. High APY at high utilization means the market pays well and will not let you out; this tool separates the two. Protocols that do not expose borrowed-vs-supplied are marked unmeasured and are never recommended as executable. USDC only for USD figures; WETH returns utilization without USD (no price oracle in the paid path).

ParametersJSON Schema
NameRequiredDescriptionDefault
assetNoWhich Base lending market to measure: USDC (full USD figures) or WETH (utilization only). Defaults to USDC.
amountUsdNoPosition size in USD to test for exit. Omit to get utilization and free liquidity without an exit verdict.
Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: data source (protocol's own books), conditional behavior when amountUsd is passed, handling of protocols without borrowed-vs-supplied data (marked unmeasured, never recommended as executable), and asset-specific limitations (WETH lacks USD oracle). This is comprehensive.

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 compact and front-loaded, with four sentences each conveying distinct information: core function, motivation, unmeasured protocols, and asset constraints. It avoids redundancy, though it could be slightly tighter.

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?

The description covers core outputs, edge cases, and limitations. Since there is no output schema, it explains the nature of results (utilization, liquidity, exit verdict) but does not specify the exact response structure. Given the tool's moderate complexity, this is adequate but leaves some structural detail unspecified.

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

Parameters5/5

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

Although the schema covers parameter names and basic types, the description adds crucial semantics: asset determines USDC full figures vs WETH utilization-only, and amountUsd triggers an exit verdict. It explains the consequences of omitting amountUsd and clarifies asset-specific behavior, surpassing the schema descriptions.

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 identifies the tool as measuring exit capacity for Base lending markets, specifying outputs such as utilization, withdrawable liquidity, and an optional exit verdict. It does not explicitly contrast with sibling yield tools, but the distinct focus on exit capacity makes its purpose unambiguous.

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

Usage Guidelines4/5

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

The description provides context for when to use the tool: to separate advertised yield from actual ability to exit, noting that high APY at high utilization means a market won't let you out. It does not explicitly mention alternatives or exclusions, but the intended use case is clear.

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

get_leadership_persistenceAInspect

How long this service's own leadership calls actually hold, measured from its hourly on-chain attestations (EAS on Base). Returns the median duration a protocol stayed the best pick, survival rates at 6/24/72h, how much of the rotation is the same two protocols trading places, and what chasing the leader is worth per $10k before gas. Measured over 24 days: the WETH leader never changed once, the ETH staking leader changed every ~26h, the USDC leader every ~2h with half the switches being a round trip between the same pair — three assets sold at one price with wildly different reliability. Also answers, empirically, whether a wider lead lasts longer: it does not (Spearman -0.04 over 177 completed spells), so gap size is not a usable proxy for confidence. Every input is a public attestation UID: recompute it yourself from base.easscan.org and get the same number. Observed history with sample sizes attached, never a forecast — assets whose lead has not changed in the window are reported as a floor with a censoring flag, never as a median.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetNoWhich market's leadership durability to measure: USDC/WETH lending on Base, or ETH_STAKING liquid staking. Defaults to USDC.
Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: data source (EAS on Base), sample sizes, censoring flags, the empirical finding (Spearman -0.04), and explicitly states it is never a forecast. This is exemplary transparency.

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 longer than average, but each sentence contributes meaningful context—methodology, sample sizes, and interpretation. A few example findings could be trimmed without loss, but the structure is coherent and front-loaded with the core purpose.

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

Completeness5/5

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

Despite having no output schema, the description enumerates all key return components (median, survival rates, rotation measure, value before gas, censoring flag) and clarifies edge cases. It is fully self-sufficient for an agent to understand what the tool returns and how to interpret it.

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 schema provides 100% coverage for the only parameter (asset) with an enum and description. The tool description adds no additional parameter details beyond what the schema already states, so baseline 3 is appropriate.

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

Purpose5/5

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

The description clearly states the tool measures how long leadership calls hold, listing specific outputs (median duration, survival rates, rotation ratio, value per $10k). It distinguishes itself from sibling metrics like get_yield_durability by focusing on leadership persistence and empirical reliability.

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

Usage Guidelines4/5

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

The description provides rich context, such as the 24-day measurement window and the methodology, making the intended use clear. However, it does not explicitly compare against alternative tools or state when not to use it, so it falls short of a 5.

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

get_rate_sensitivityAInspect

How close a Base lending market is to the kink where borrow rates explode. Returns, per protocol, the current utilization, the kink read from the protocol's own interest rate curve, the headroom in bps, and the borrow APY at points around the kink — plus how many times the borrow cost multiplies just past it. Measured on a live reading: Compound USDC sat 0.17 points below its kink, where borrow cost goes from ~4% to ~16%. Aave and Compound only: Morpho's adaptive IRM has no static curve to read and DefiLlama-sourced protocols expose none, so they are marked unmeasured and never assumed stable. Describes the current state of the curve, not a prediction that utilization will move.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetNoWhich Base lending market to stress-test: USDC or WETH. Defaults to USDC.
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so excellently. It discloses that readings are live, provides a concrete example, notes which protocols are unmeasured and why, and explicitly states the tool does not predict utilization movement. This is rich, non-obvious behavioral context.

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?

The description is front-loaded with a strong purpose statement and every subsequent sentence adds critical detail (return contents, example, protocol limitations, caveat). No wasted words; it is dense but appropriately sized for the tool's complexity.

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

Completeness5/5

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

Given there is no output schema, the description thoroughly explains what is returned (utilization, kink, headroom, borrow APY, multiplier) and covers edge cases (unmeasured protocols, non-prediction). It is complete enough for an agent to understand the tool's behavior without additional context.

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 100% and the single parameter (asset) is fully documented with enum and default. The description adds minimal extra meaning beyond calling it a 'Base lending market' and 'stress-test', 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.

Purpose5/5

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

The description clearly states the tool measures proximity to a lending market's kink where borrow rates explode, with a specific verb ('How close... is') and resource ('Base lending market'). It distinguishes itself from sibling tools by focusing on rate sensitivity rather than exit capacity or yield signals.

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

Usage Guidelines4/5

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

It explicitly identifies applicable protocols (Aave and Compound only) and explains why others are excluded, which serves as when-not guidance. It also clarifies that it describes current state, not a prediction. However, it does not explicitly mention alternative sibling tools for comparison, so it stops short of full differentiation.

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

get_shared_exposureAInspect

Shared risk exposure across a declared portfolio. Give it your positions (protocol:usd pairs) and it returns, per factor, how much of your capital sits behind the same collateral, price oracle or vault curator — and through which venues it gets there. This is the question the market does not answer: depeg and hack alerts tell you an event happened, not whether you are two hops from it. In the Stream Finance collapse only 1 of ~320 MetaMorpho vaults held the broken asset directly, yet $93M of loss became $285M of contagion. Measured live: a Morpho USDC vault sits 93.7% behind cbBTC while Compound's USDC market is 43.1% — holding both is one risk in two wrappers. Morpho is attributed per isolated market and Compound by its real posted-collateral basket; Aave is reported unattributed, because a v3 supplier is exposed to the entire pool and splitting that across assets would imply diversification that does not exist. Structural shared exposure, not a correlation estimate.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetNoWhich Base lending market the positions are in: USDC or WETH. Defaults to USDC.
positionsYesYour positions as comma-separated protocol:usd pairs, e.g. "aave:200000,morpho:150000". Known protocols: aave, morpho, compound, moonwell, euler, fluid.
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it exceeds that burden. It details how the tool attributes exposure per protocol, uses live data ('Measured live'), and even explains why Aave is reported unattributed (splitting would imply non-existent diversification). It also highlights the tool's unique value proposition (two-hop contagion) and its limitation (not a correlation estimate). This is rich behavioral context beyond what any schema or annotation could provide.

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 longer than most, but it is well-structured: a clear definition, a vivid motivating example, and a concise methodology section. The Stream Finance anecdote is illustrative but arguably non-essential; the final sentence 'Structural shared exposure, not a correlation estimate' is a strong close. It is front-loaded with the core purpose, and every remaining sentence adds meaningful context. It is slightly overlong but never redundant.

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

Completeness5/5

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

Given the tool's complexity, no annotations, and no output schema, the description is remarkably complete. It covers the core inputs, the methodology per protocol, the rationale behind those methodologies, and concrete examples that clarify expected output. It does not describe a return schema, but the description's phrase 'per factor, how much of your capital sits behind...' gives enough shape. The tool's limitations and boundaries are also disclosed, making it fully contextualized for an agent.

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 schema already covers both parameters with 100% coverage, each having a clear description and example. The tool description does not add significant meaning to individual parameters; it mentions the positions format ('protocol:usd pairs') but the schema already does. The conceptual explanation of how capital is mapped to risk factors is valuable but not parameter-specific. Given the high schema coverage, a baseline 3 is appropriate, and the description's marginal contribution does not push it higher.

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

Purpose5/5

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

The description clearly states the tool's function: 'Shared risk exposure across a declared portfolio' and 'returns, per factor, how much of your capital sits behind the same collateral, price oracle or vault curator.' It uses a specific verb ('returns') and resource ('shared exposure'), and the examples ('Morpho USDC vault... 93.7% behind cbBTC vs Compound's 43.1%') make the purpose unmistakable. It also implicitly distinguishes itself from sibling tools (exit capacity, rate sensitivity, yield signals) by focusing on structural risk rather than yield or liquidity.

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

Usage Guidelines5/5

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

The description explicitly tells when to use this tool: 'This is the question the market does not answer: depeg and hack alerts tell you an event happened, not whether you are two hops from it.' It also tells when not to use it: 'Structural shared exposure, not a correlation estimate.' The methodology section explains the treatment of each protocol (Morpho per isolated market, Compound by posted collateral, Aave unattributed), giving clear guidance on what to expect and how to interpret results.

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

get_yield_decisionAInspect

Buyer-side MOVE/HOLD decision (Layer 1 premium — sells the decision, not the raw datapoint). Given your current position, size, move cost and horizon, returns whether moving your capital to the best risk-adjusted protocol pays for itself now — with expected net gain, break-even days and a confidence tier. Deterministic from the underlying signal, which is EIP-712 signed and returned in a sibling content block (re-run the decision locally to reproduce it). Priced above the plain signal tool.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetNoWhich market the decision is for: USDC/WETH lending on Base, or ETH_STAKING liquid staking on Ethereum mainnet. Defaults to USDC.
positionNoProtocol where your capital sits now (aave/morpho/compound/moonwell/euler/fluid/lido/rocket-pool/coinbase-wrapped-staked-eth/frax-ether/binance-staked-eth). Omit or use 'idle' if uninvested.
amountUsdNoPosition size in USD. Scales the absolute gain and break-even. Defaults to 1000.
horizonDaysNoHow many days you expect to hold before re-evaluating. Gain only counts up to here. Defaults to 30.
moveCostUsdNoYour estimated cost to move (gas + slippage) in USD. Defaults to 0.5.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses deterministic behavior, EIP-712 signing, and reproducibility via re-run. It does not explicitly state read-only or destructive traits, but the context suggests read-only.

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?

Four sentences, each earning its place: purpose, outputs, determinism, comparison to sibling. Front-loaded and efficient.

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?

Given no output schema and no annotations, the description explains return values (net gain, break-even days, confidence tier) and deterministic nature. It could mention how confidence tier works, but overall sufficient.

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 100%, so baseline is 3. The description mention parameters generically but does not add new meaning beyond what the schema already provides for each parameter.

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

Purpose5/5

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

The description clearly states the tool returns a MOVE/HOLD decision based on position, size, move cost, and horizon. It distinguishes itself from the sibling 'plain signal tool' by emphasizing it sells the decision, not raw data.

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

Usage Guidelines4/5

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

The description implies when to use this tool over the sibling ('Priced above the plain signal tool'), but does not explicitly state alternative use cases or when not to use it. More direct guidance would improve clarity.

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

get_yield_durabilityAInspect

How much of the current APY survives if incentives stop. Splits each protocol's yield into base interest vs reward/incentive, reports the post-incentive floor, and says whether the leader changes without incentives. Only protocols whose source itemizes the reward component are decomposed — the rest are listed as undecomposable and NEVER assumed incentive-free, and no ranking claim is made when the current leader is one of them. Also returns bestVerifiableFloor: the highest yield provably independent of incentives. A stress test of readings taken now, not a forecast of when a campaign ends.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetNoWhich Base lending market to stress-test: USDC or WETH. Defaults to USDC.
Behavior5/5

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

With no annotations, the description carries full disclosure burden. It explicitly states the decomposition limitation, that undecomposable protocols are never assumed incentive-free, that no ranking claim is made in such cases, and describes the bestVerifiableFloor return field. This is exemplary transparency.

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?

The description is dense but well-organized: a leading question, a breakdown of outputs, a key limitation, and a clarifying note about stress testing vs forecasting. Every sentence adds unique value with no fluff.

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

Completeness5/5

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

Given the tool's moderate complexity (one optional param, no output schema), the description covers behavior, edge cases, limitations, and key return values comprehensively. It is self-contained enough for an agent to select and invoke the tool correctly.

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 schema already fully documents the single optional asset parameter with its enum and default. The description does not add new parameter details beyond what the schema provides, but it does add context about the tool operating on 'each protocol's yield' within the chosen market. Baseline 3 is appropriate given 100% schema coverage.

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

Purpose5/5

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

The description opens with a clear, specific question ('How much of the current APY survives if incentives stop?') and then details exactly what the tool computes: base vs reward yield, post-incentive floor, and leader changes. This differentiates it from sibling tools about exit capacity, decisions, or signals.

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

Usage Guidelines4/5

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

The description makes the tool's purpose very clear and adds a crucial usage caveat: it's a stress test of current readings, not a forecast. It does not explicitly name alternative tools or state when not to use it, but the behavioral scope is well-defined.

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

get_yield_signalAInspect

Real-time risk-weighted yield signal. USDC/WETH: lending APY on Base (Aave/Compound/Morpho read onchain, Moonwell/Euler/Fluid via DefiLlama). ETH_STAKING: liquid staking APY on Ethereum mainnet (Lido/Rocket Pool/Coinbase Wrapped Staked ETH/Frax Ether/Binance Staked ETH, all via DefiLlama) — a different chain and category from the lending signals, not a Base lending market. Source tagged per reading (never estimated). Result is signed (EIP-712 typed data) by the payment-receiving address, returned as a sibling content block for offline verification. That same address is registered on-chain as an ERC-8004 agent identity (agent-card.json) and periodically publishes EAS attestations of past readings (Base mainnet) — a public track record independent of this server's uptime.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetNoWhich yield signal to fetch: USDC/WETH lending APY on Base, or ETH_STAKING liquid staking APY on Ethereum mainnet. Defaults to USDC.
Behavior5/5

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

With no annotations provided, the description fully discloses key behavioral traits: signed output (EIP-712), source tagging (never estimated), different chains/categories, and verification mechanisms (on-chain registration, EAS attestations). This is highly transparent.

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 fairly long but each sentence adds value. It is well-structured, front-loading the core functionality before detailing verification aspects. Minor redundancy could be trimmed, but overall concise for the complexity.

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?

Given the complexity (multiple sources, chains, signed data), the description covers key aspects: asset categories, sources, verification, and offline use. It lacks explicit return format details, but the context of 'yield signal' and 'signed data' suffices for an agent.

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

Parameters4/5

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

The input schema has one parameter with enum and 100% description coverage. The description adds meaningful context by explaining what each enum value represents (e.g., ETH_STAKING = liquid staking APY on Ethereum mainnet) and notes the default (USDC), enhancing understanding beyond schema.

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

Purpose5/5

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

The description clearly states the tool fetches a real-time risk-weighted yield signal for specific assets (USDC, WETH lending on Base; ETH_STAKING on Ethereum mainnet). It distinguishes between lending and staking categories with explicit chains and sources, making the purpose unambiguous.

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?

The description explains when to use each asset type but does not provide guidance on when to use this tool versus its sibling get_yield_decision. It implies this tool retrieves raw signals while the sibling may handle decisions, but this is not explicit.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    The verifiable risk engine for autonomous agents: deterministic, self-verifying financial calculations that an agent can delegate and prove. It covers liquidation and funding, position sizing and risk of ruin, options Greeks and margin, LP divergence, treasury concentration and depeg, execution quality checks, plus intelligence on options, DeFi, prediction markets, and transaction safety analysis.
    7
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Deterministic risk governance for crypto trading agents. 5-level policy engine with position sizing, leverage limits, and trade blocking. One tool: get_risk_policy. Supports BTC and ETH.
    1
    19
    1
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.