Skip to main content
Glama
blofin

blofin-mcp

Official
by blofin

get_fund_transfer_history

Retrieve fund transfer history between accounts. Filter by currency, source or destination account, and time range.

Instructions

Get fund transfer history between accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyNoCurrency, e.g. USDT
fromAccountNoSource account filter
toAccountNoDestination account filter
beforeNoPagination - records newer than this timestamp (ms)
afterNoPagination - records earlier than this timestamp (ms)
limitNoNumber of results, max 100. Default 100.
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It does not state that the operation is read-only, whether authentication is required, or describe pagination behavior (though parameters hint at it). The description adds no behavioral context beyond the schema.

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

Conciseness4/5

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

Single sentence, no wasted words. It is appropriately concise for a straightforward read tool, though it could incorporate pagination or filtering hints without losing conciseness.

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?

Given the tool has 6 parameters including pagination controls (before, after, limit) with detailed schema descriptions, the description does not mention pagination or result ordering. The missing output schema increases the need for return format context, which is absent. The description is incomplete for an agent to fully understand usage.

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% (all 6 parameters have descriptions), so baseline is 3. The description 'between accounts' adds minimal extra meaning beyond the fromAccount and toAccount parameter names, providing no new semantic value.

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 tool retrieves fund transfer history, distinguishing it from related sibling tools like fund_transfer (which creates transfers) and other history tools (e.g., get_deposit_history). The verb 'Get' and resource 'fund transfer history' are specific and unambiguous.

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 on when to use this tool versus alternatives like get_deposit_history, get_withdrawal_history, or fund_transfer. There is no mention of prerequisites, recommended scenarios, or exclusions, leaving the agent without directional cues.

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/blofin/blofin-mcp'

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