Skip to main content
Glama

price

Read-only

Paid $0.01 USDC exact on Base: spot USD quotes via public DeFiLlama. Default ids=ETH,USDC,BTC. Optional ids= aliases (ETH,USDC,BTC,SOL,WETH,LINK,AAVE,UNI,DAI) and/or token= Base 0x (max 8). Cache ~45s. Not investment advice. payTo 0x3903F05a17676566958B0a3E0c21E0bd49B66ea0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoComma-separated symbols. Default ETH,USDC,BTC. Max 8.
tokenNoOptional Base ERC-20 0x address.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, so the baseline burden is lower. The description adds substantial extra context: a $0.01 USDC payment requirement, a payTo address, ~45s caching, and a disclaimer. There is no direct contradiction with the read-only annotation, since the payment appears to be a prerequisite rather than a mutation performed by the tool itself.

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 packs many distinct facts—payment, purpose, defaults, aliases, token format, cache, disclaimer, payTo—into a few dense sentences. It is compact and mostly front-loaded, though leading with the payment detail before the actual purpose may misdirect an agent. 'Not investment advice' is boilerplate but not severely wasteful.

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?

For a paid, two-parameter tool with no output schema, the description covers purpose, default values, aliases, cache behavior, and payTo address. It does not describe the output shape of a quote, how payment is verified or executed, or resolve the 'max 8' ambiguity. Thus it is adequate but leaves meaningful gaps for correct invocation.

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?

With 100% schema description coverage, baseline is 3. The description adds value beyond the schema by enumerating accepted alias symbols (ETH, USDC, BTC, SOL, WETH, LINK, AAVE, UNI, DAI) and clarifying that token is a Base 0x address. However, the phrase 'max 8' is ambiguous—it could apply to ids, token, or both—which slightly weakens the clarity.

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 states 'spot USD quotes via public DeFiLlama,' giving a specific verb and resource scope. Default ids and accepted aliases further clarify what the tool prices. However, the leading 'Paid $0.01 USDC exact on Base' muddies the core purpose by foregrounding a payment prerequisite before the actual function, so it is clear but not maximally sharp.

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 provides useful parameter-level usage guidance: default ids, allowed aliases, and token address form. It does not explicitly say when to prefer this tool over siblings like quote or fx, nor does it state when-not-to-use it. Usage is implied through 'spot USD quotes via public DeFiLlama' but not made explicit.

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.