Skip to main content
Glama
nicky512500

MAX Exchange MCP Server

by nicky512500

submit_order

Submit buy and sell orders on MAX Exchange with limit, market, stop-limit, and advanced order types for spot or margin trading.

Instructions

提交買賣訂單 :param market: 市場 ID,例如 'btcusdt' :param side: 方向,'buy' 或 'sell' :param volume: 交易數量(字串),例如 '0.001' :param price: 限價(字串),市價單可省略 :param ord_type: 訂單類型,limit / market / stop_limit / stop_market / post_only / ioc_limit,預設 limit :param wallet_type: 錢包類型,'spot' 或 'm',預設 'spot' :param stop_price: 止損觸發價,stop 系列訂單需填 :param client_oid: 自訂訂單 ID(最長 36 字元)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketYes
sideYes
volumeYes
priceNo
ord_typeNolimit
wallet_typeNospot
stop_priceNo
client_oidNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description fails to disclose critical behavioral traits: that this is a state-mutating operation creating financial obligations, that client_oid serves idempotency purposes, rate limits, or fund locking behavior. Only parameter-level constraints are documented.

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?

Uses structured :param format that is scannable and front-loads the purpose statement. Slightly verbose due to repetition of 'param' keyword, but every sentence earns its place by documenting constraints not present in the schema.

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?

Despite having an output schema (reducing description burden for returns), the description lacks critical operational context for an 8-parameter financial tool: no mention of order lifecycle, error conditions, or the relationship between this tool and get_open_orders/cancel_order siblings. Parameter docs are thorough but operational context is thin.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Excellent compensation for 0% schema description coverage. The description provides examples (market: 'btcusdt'), enumerated values (side: 'buy'/'sell'), defaults (ord_type defaults to 'limit'), conditional requirements (stop_price required for stop orders), and format constraints (client_oid max 36 chars) that the schema completely lacks.

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 '提交買賣訂單' (Submit buy/sell order) with specific verb and resource. It distinguishes from read-only siblings (get_*) and indicates trading functionality via wallet_type parameter ('spot' or 'm'), though it could better differentiate from other submission tools like submit_convert or submit_withdrawal.

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?

No explicit guidance on when to use this versus alternatives (e.g., submit_convert for currency conversion), prerequisites (sufficient balance), or workflow (create order → check status → potentially cancel). The sibling cancel_order is not mentioned as a reversal mechanism.

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