Skip to main content
Glama
Eurobertics

MCP Pionex Management

by Eurobertics

Create spot grid order

pionex_bot_create_spot_grid_order
Destructive

Create a spot grid bot order on Pionex by defining base/quote currencies and grid parameters such as upper/lower price, levels, spacing, and investment amount.

Instructions

Create spot grid order

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseYesBase currency
noteNoOptional order note
quoteYesQuote currency
buOrderDataYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior2/5

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

Annotations already declare destructiveHint=true, idempotentHint=false, and openWorldHint=true, so the safety profile is covered by structured data. The description adds only 'Weight: 1' (rate-limit cost) and otherwise says nothing about the fact that this commits real capital into a live trading bot or what happens on partial failure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

It is short and front-loaded, and 'Weight: 1' is an efficient rate-limit note. But the first two lines are redundant restatements of the tool name and title, so part of the brevity is duplication rather than economy.

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?

For a destructive, capital-committing bot-creation call with a 4-parameter nested schema, no output schema, and many sibling lifecycle tools, the description is far too thin. It omits prerequisites, the check-params workflow, and any caution about funds being deployed, leaving the agent under-informed.

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 75% and the nested buOrderData object is heavily documented (grid levels, stop/profit types, delays, sell modes), so the schema carries the detail. The description adds nothing beyond that baseline, which is the expected 3 when coverage is high.

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 states a clear verb+resource: 'Create a new spot grid bot order,' which unambiguously conveys the operation. However, it does not differentiate this tool from the near-identical sibling pionex_bot_create_futures_grid_order or the related spot-grid lifecycle tools (check/adjust/cancel), so an agent gets the action but no disambiguation.

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 or when-not-to-use guidance and no reference to alternatives. It never mentions that pionex_bot_check_spot_grid_params should typically be run first, nor does it distinguish itself from creating a futures grid order. Only implied usage is available.

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