Skip to main content
Glama
Eurobertics

MCP Pionex Management

by Eurobertics

Get user Arbitrage balances

pionex_earn_arbitrage_fetch_user_balances
Read-onlyIdempotent

Retrieve your authenticated Pionex Term Arbitrage positions and balances to track Earn investments. Requires View permission.

Instructions

Get user Arbitrage balances

Returns the authenticated user's Term Arbitrage positions and balances. Requires View permission. Weight: 1.

Example request:

GET /api/v1/earn/arbitrage/fetchUserBalances?timestamp=1774959429596

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnly, idempotent, non-destructive), so the description's added value is the auth requirement ('Requires View permission') and the cost signal ('Weight: 1'), both of which an agent cannot get from the schema. It still says nothing about pagination, response shape, or whether balances are settled vs. pending, which is a modest gap for a balance endpoint.

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?

The opening line is a verbatim restatement of the title and the first sentence is then repeated in expanded form, so roughly a third of the text is redundant. The permission and weight facts are useful but sit after the duplication instead of leading; the example request is the most informative part and is placed last.

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?

For a no-parameter, read-only balance fetch with a rich annotation set, the description supplies what matters: what is returned (positions and balances), the permission needed, and the weight. Without an output schema it could go further on response structure, but nothing essential for a correct call is missing.

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

Parameters4/5

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

The tool takes zero parameters, so per the rubric the baseline is 4; there is no parameter semantics to explain. The only input shown, the timestamp query string, appears solely in the example and carries no documentation of format requirements beyond the sample.

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 user Arbitrage balances') and sharpens it with 'the authenticated user's Term Arbitrage positions and balances,' so the domain (Term Arbitrage earn product) is unambiguous. It does not explicitly differentiate itself from the nearby earn sibling pionex_earn_dual_balances, which is the main remaining ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is only implied: the 'authenticated user' framing tells the agent this is a personal-portfolio read rather than a product lookup, which separates it from pionex_earn_arbitrage_fetch_products. There is no explicit when-to-use statement and no named alternative such as pionex_earn_dual_balances or pionex_account_get_balance.

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