Skip to main content
Glama

peer_market_spreads

Read-only

Fetch current market spreads from Peerlytics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResult limit.
paramsNoOptional raw JSON params merged beneath typed fields.
currencyNoFiat currencies.
platformNoPayment platforms.
includeRatesNoInclude rate entries.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/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 the safety profile. The description adds the temporal qualifier 'current' and the data source, but provides no depth on response format, pagination, or how filtering/limit parameters affect behavior. No contradiction with annotations.

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 that starts with the verb and contains zero filler. It is efficient and front-loaded, though its brevity leaves out contextual details captured by other dimensions.

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?

With no output schema and five optional parameters including a nested raw params object, the definition should convey what a spread response contains and how this tool relates to nearby peer_market_* tools. It does neither; return-value information is absent, and the description alone is under-specified.

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% (all 5 params have descriptions), so the baseline is 3 even though the tool description itself adds no parameter-level meaning. The schema descriptions are minimal but present, e.g., 'Result limit' and 'Include rate entries'.

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 a specific verb ('Fetch'), a clear resource ('current market spreads'), and a source ('Peerlytics'). It is unambiguous as a read operation for spread data, though it does not explicitly differentiate itself from the many sibling peer_market_* tools such as peer_market_orderbook or peer_market_compare.

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?

There is no guidance on when to use this tool vs. alternatives like peer_market_orderbook, peer_market_compare, or peer_market_activity. With dozens of peer_market_* siblings, the description offers no exclusions, prerequisites, or conditions for choosing this tool.

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.