Skip to main content
Glama
nicky512500

MAX Exchange MCP Server

by nicky512500

get_public_trades

Retrieve recent public trade records for any cryptocurrency market on MAX Exchange without authentication. Specify market ID and limit to analyze transaction history and track price movements.

Instructions

取得市場最近公開成交記錄(無需登入) :param market: 市場 ID,例如 'btcusdt' :param limit: 回傳筆數,預設 30

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full disclosure burden. It successfully communicates the authentication requirements (public access, no login needed) but omits other behavioral traits such as rate limits, data freshness windows, or pagination behavior beyond the limit parameter.

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 optimally concise with three efficient lines: one for purpose/scoping, two for parameter documentation. The Sphinx-style :param format provides clear structure without verbosity, and every line conveys critical information.

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 simple two-parameter structure and the existence of an output schema (not shown but indicated), the description is reasonably complete. It covers the authentication boundary and parameter semantics. A minor gap remains in explicitly differentiating from 'get_trades' regarding private vs. public data access.

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%, but the description fully compensates using :param syntax. It documents both parameters: 'market' includes an example ('btcusdt'), and 'limit' includes the default value (30). This adds essential semantic meaning missing from the bare schema titles.

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 states the tool retrieves recent public trade records for a market, using specific verb (取得/get) and resource (公開成交記錄/public trade records). It distinguishes from sibling 'get_trades' by emphasizing 'public' and 'no login required' (無需登入), though it could more explicitly contrast with authenticated alternatives.

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 includes 'no login required' (無需登入), which implicitly guides usage toward public/unauthenticated scenarios. However, it lacks explicit when-to-use guidance comparing it against 'get_trades' or 'get_order_trades', and does not mention prerequisites like valid market IDs.

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

Install Server

Other Tools

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/nicky512500/max-mcp'

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