Skip to main content
Glama
alekskram

aster-agent-gateway

Klines

klines
Read-only

Retrieve OHLCV candlestick data for any symbol on futures or spot markets, using configurable interval, price type, and limit to analyze price trends.

Instructions

Klines (OHLCV). price_type last|mark|index selects fapi klines/markPriceKlines/indexPriceKlines; spot goes to sapi /api/v3/klines (price_type ignored). intervals 1m..1M; limit snapped to a priced tier (max 1000). Example: klines(symbol="BTCUSDT", interval="4h", limit=50)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
marketNofutures
symbolYes
intervalNo1h
price_typeNolast

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

A4.5/5.0
Behavior4/5

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

Annotations already mark this as read-only and non-destructive. The description adds meaningful behavior beyond annotations: price_type routing, spot endpoint difference, interval range, and limit snapping to a priced tier capped at 1000.

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 compact and information-dense: resource definition, endpoint routing, interval/limit behavior, and a concrete example in a few lines. Every clause adds value.

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?

For a 5-parameter tool with an output schema, the description covers the essential invocation details: symbol, interval, limit, price_type semantics, and spot/futures routing. No critical gap prevents an agent from selecting or calling this tool correctly.

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?

Schema description coverage is 0%, so the description carries the burden. It meaningfully explains price_type values, interval range, limit cap, and the market distinction between futures and spot. It does not spell out every parameter default, but the example reinforces usage.

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 identifies the resource as Klines (OHLCV) and explains exactly what the tool provides, including the endpoint-selection logic for futures price types and spot. This clearly distinguishes it from sibling tools like order_book, trades, and oi_snapshot.

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 gives concrete guidance on when each variant applies: price_type last|mark|index routes to different futures endpoints, while spot ignores price_type and uses a different endpoint. It does not explicitly contrast with sibling tools, but the intended usage is clear.

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