Skip to main content
Glama
blofin

blofin-mcp

Official
by blofin

get_tpsl_history

Retrieve take-profit/stop-loss order history by instrument or order ID. Pagination parameters allow fetching older or newer records.

Instructions

Get take-profit/stop-loss order history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instIdNoInstrument ID, e.g. BTC-USDT
tpslIdNoTPSL order ID
afterNoPagination - records earlier than this ID
beforeNoPagination - records newer than this ID
limitNoNumber of results, max 100. Default 20.
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It only states 'Get take-profit/stop-loss order history' without disclosing what the history includes (e.g., filled, cancelled, expired), whether authentication is needed, rate limits, or pagination behavior. The schema implies pagination via 'after'/'before' parameters, but the description does not mention this.

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?

The description is a single sentence, which is concise and front-loaded. However, it may be too brief to cover necessary details, but it earns its place by stating the core purpose without fluff.

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 no output schema, no annotations, and 5 parameters, the description is insufficient. It does not explain what data is returned, the scope of the history (e.g., time range, order statuses), or any constraints. The tool is simple but still lacks completeness for an agent to fully understand its behavior.

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 the schema already describes each parameter (instId, tpslId, after, before, limit) clearly. The description adds no extra meaning beyond the schema, meeting the baseline of 3 for high coverage.

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 verb 'Get' and the resource 'take-profit/stop-loss order history', which distinguishes it from sibling tools like 'get_order_history' (general orders) and 'get_pending_tpsl' (pending orders). It is 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?

The description provides no guidance on when to use this tool versus alternatives like 'get_pending_tpsl' or 'get_order_history'. There is no mention of prerequisites, context, or when not to use it. The name implies history, but no explicit usage advice.

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