Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

BinanceGetFiatPaymentsHistory

Retrieve fiat buy/sell payment history with trade amount, currency, crypto received, fees, status, payment method, and timestamps, filtered by transaction type and pagination.

Instructions

Retrieves fiat buy/sell payment history, including trade amount, currency, crypto received, fees, status, payment method, and timestamps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, default is 1
rowsNoNumber of records per page, default 100, max 500
endTimeNoEnd time in milliseconds
beginTimeNoStart time in milliseconds
recvWindowNoOptional time window for request validity
transactionTypeYesTransaction type: 0 for buy, 1 for sell
Behavior3/5

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

Since no annotations are provided, the description carries the full burden for behavioral disclosure. It clearly frames the operation as a read ('Retrieves') and lists the data fields, which is helpful. However, it does not disclose pagination behavior, response shape, time-range semantics, or any access/rate-limit considerations, leaving notable gaps.

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 a single, front-loaded sentence that states the action and resource, followed by a compact enumeration of returned fields. There is no filler or redundancy; every clause contributes useful information.

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 and no annotations, the description should carry more weight; it lists key return fields but omits pagination defaults, response structure, and differentiation from nearby history tools. The schema covers the parameters well, but the overall tool context is only partially filled in.

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%, so the parameters are already documented in detail. The description adds no substantive parameter semantics beyond what the schema provides, aside from reinforcing the buy/sell context already captured by the transactionType enum. The baseline 3 is appropriate.

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 uses the specific verb 'Retrieves' with the resource 'fiat buy/sell payment history' and enumerates the returned fields, making the tool's primary function clear. However, it does not explicitly distinguish this from sibling history tools like BinanceGetFiatDepositWithdrawHistory or BinanceGetPayTradeHistory, so it stops short of a 5.

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?

No guidance is given on when to use this tool versus alternatives. The description merely states what the tool does, with no exclusions, prerequisites, or comparison to sibling tools. An agent would have to infer applicability from the name and content.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/C0inFlips/binance-mcp-chainvector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server