Skip to main content
Glama
Eurobertics

MCP Pionex Management

by Eurobertics

Get 24hr tickers

pionex_market_get_tickers
Read-onlyIdempotent

Fetch 24-hour price change statistics for Pionex spot or perpetual markets; filter by trading pair or return all tickers.

Instructions

Get 24hr tickers

Get 24-hour price change statistics. Weight: 1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoDefaults to SPOT if symbol is not specified. Accepts SPOT or PERP.
symbolNoTrading pair symbol. Returns all tickers if not specified.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint and destructiveHint=false, so the safety profile is fully covered elsewhere. The description's one added behavioral fact is the API weight ('Weight: 1'), which is genuinely useful and not present in the annotations, but nothing is said about response volume when returning all tickers or any rate-limit ceiling.

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?

Very short and front-loaded, but the first line duplicates the tool title verbatim, which is wasted space rather than earned content. The remaining two fragments (statistics definition, weight) are efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description should carry more of the return-shape burden; it says 'price change statistics' and nothing about the ticker fields or the array-of-all-symbols result when 'symbol' is omitted. Adequate but with clear gaps for a tool the agent will call blind.

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 100% and both parameters ('type' enum and 'symbol') are documented in the schema, including the default-to-SPOT rule and the return-all-when-omitted behavior. The description adds nothing beyond that, so the baseline 3 applies.

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?

States a specific verb and resource ('Get 24hr tickers') and clarifies the payload as '24-hour price change statistics', which is a genuine resource specification. It does not, however, distinguish itself from the nearby sibling 'pionex_market_get_book_tickers', leaving the agent to infer the difference between 24h stats and book top-of-book quotes.

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 and no mention of alternatives such as get_book_tickers or get_klines. The only contextual note is 'Weight: 1', which is a rate-limit cost, not usage routing.

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