Skip to main content
Glama
alekskram

aster-agent-gateway

Tradfi Markets

tradfi_markets
Read-only

Screen TradFi perpetual markets by asset class with volumes, prices, funding, and BTC correlation for 24h/7d/30d windows.

Instructions

TradFi-perp screener (24/7 markets): local asset-class map by baseAsset (metals, equity-index, equity-single, energy, treasuries, forex) with per-class volumes/prices/funding, plus the D3 sub-block tradfi_crypto_corr: rolling correlation of a TradFi representative vs BTC computed locally from klines (at most 2 klines calls, cached when possible; honest note when data is insufficient). window in {24h, 7d, 30d} selects the correlation window. Example: tradfi_markets(limit=10, window="7d")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
windowNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

Beyond the readOnlyHint annotation, the description discloses that the correlation is computed locally from klines with at most two klines calls, caching when possible, and an honest note when data is insufficient. This gives useful operational context without contradicting the 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 main functionality is front-loaded and every sentence contributes: core map, correlation sub-block, window semantics, and an example. It is dense with parenthetical lists but not bloated given 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?

For a read-only screener with an output schema, the description covers the main behavior, window choices, and a call example. It lacks explicit when-to-use guidance and limit semantics, but is largely complete for invocation.

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 0% schema description coverage, the description must carry parameter documentation. It documents window with valid values and purpose, but says nothing about the meaning or behavior of limit beyond the example call, leaving a real gap.

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?

States it is a TradFi-perp screener that produces a local asset-class map by baseAsset with per-class volumes/prices/funding, plus a correlation sub-block. This identifies the resource and operation clearly and distinguishes it from generic siblings like market_overview or spot_overview.

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 implies usage through its screener framing and window parameter, and provides an example call. However, it never explicitly explains when to choose this tool over its siblings or when not to use it.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alekskram/aster-agent-gateway'

If you have feedback or need assistance with the MCP directory API, please join our Discord server