Skip to main content
Glama
Eurobertics

MCP Pionex Management

by Eurobertics

Create futures grid order

pionex_bot_create_futures_grid_order
Destructive

Create a futures grid bot order to execute a grid trading strategy with defined upper/lower prices, grid levels, and leverage.

Instructions

Create futures grid order

Create a new futures grid bot order. Weight: 1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseYesBase currency
quoteYesQuote currency
copyFromNoCopy source order ID
copyTypeNoCopy type
buOrderDataYes
copyBotOrderIdNoCopy bot order ID. Set this to the `bu_order_id` of an existing copy trading pool's lead order to join that pool: the newly created futures grid order will be attached to the pool and copied by its followers. This is the only field that makes a new order join an existing copy trading pool, so it must be a valid lead order ID — an invalid or closed value will cause the request to fail.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already declare destructiveHint=true, readOnlyHint=false, idempotentHint=false, and openWorldHint=true, so the safety profile is covered by structured data. The description adds only 'Weight: 1' (a rate-limit detail) and omits notable behavioral traits such as the irreversibility of creating a bot, the funding/margin requirement, and the copy-trading pool side effect documented in copyBotOrderId.

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?

Very short and front-loaded, with no wasted prose. The only inefficiency is the opening line duplicating the tool title before the actual definition sentence.

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?

This is a destructive creation tool with a deep nested buOrderData object (30+ fields), no output schema, and a copy-pool side effect, yet the description says nothing about prerequisites, expected outcomes, or the check-params workflow. For a tool of this complexity the description is materially incomplete.

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 83%, which is high, so the schema already carries parameter meaning and the baseline is 3. The description supplies no parameter context whatsoever, neither explaining the buOrderData payload nor the copyFrom/copyBotOrderId semantics, so it does not go beyond the schema.

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?

Names a specific verb (create) and resource (futures grid bot order), and the 'futures' qualifier does separate it from the sibling pionex_bot_create_spot_grid_order by implication. However, the first line merely restates the tool title, so the definition adds no genuine differentiation beyond the name itself.

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 when-to-use guidance, no prerequisites, and no mention of alternatives such as pionex_bot_check_futures_grid_params, which is the obvious validate-before-create sibling in this grid tool family. The agent gets no routing help for choosing this over the spot grid or check variants.

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

Deploy Server

Other Tools