Skip to main content
Glama
Eurobertics

MCP Pionex Management

by Eurobertics

Check futures grid pause (dry-run)

pionex_bot_pause_futures_grid_check
Read-only

Validate whether a futures grid order can be paused in immediate or conditional mode; returns current and post-trigger estimated liquidation prices without executing.

Instructions

Check futures grid pause (dry-run)

Validate whether a futures grid order can be paused (immediate or conditional mode) and return current plus post-trigger estimated liquidation prices without executing. Does not accept openPrice; the backend uses the live market price. triggerPausePriceUp / triggerPausePriceDown are independent — set either or both. Weight: 1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesPause mode: `immediate` = pause now; `conditional` = pause on trigger price
buOrderIdYesBot order ID
triggerPausePriceUpNoUpward trigger price (when mode=conditional). Optional; set either direction or both.
triggerPausePriceDownNoDownward trigger price (when mode=conditional). Optional.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, confirming a safe read operation. The description adds valuable context: it's a dry-run, returns current and post-trigger estimated liquidation prices, and doesn't accept openPrice. It doesn't detail rate limits or response format, but with annotations covering safety, this is good.

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 concise, front-loaded with the core purpose, and includes only necessary details. Every sentence earns its place, and the weight note is brief.

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 no output schema, the description explains what the tool returns (current plus post-trigger estimated liquidation prices) and the dry-run nature. It also clarifies the openPrice exclusion. It could mention whether it requires specific permissions or the response structure, but it's largely complete for an agent to invoke correctly.

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 coverage is 100%, so the schema already documents all parameters in detail, including enums and optionality. The description adds some clarification about triggerPausePriceUp/Down being independent, but that's already in the schema. Baseline 3 is appropriate when schema does the heavy lifting.

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 clearly states the specific action (validate whether a futures grid order can be paused) and explicitly notes it's a dry-run that does not execute. It distinguishes itself from the sibling tool pionex_bot_pause_futures_grid by clarifying this is a check/dry-run operation.

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 clarifies that the tool does not execute and returns estimated liquidation prices. It also notes that openPrice is not accepted and the backend uses the live market price. However, it doesn't explicitly say when to use this vs. the non-check version, though the dry-run nature is implied.

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