Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getLaunchpoolUserHistory

Read-only

Fetch the authenticated user's completed Launchpool staking positions and summarize total rewards earned per position, filterable by stake coin, reward coin, and staking time range.

Instructions

Returns the authenticated user's completed Launchpool staking positions, summarising total reward earned per position. Filter by stake coin, reward coin, and staking time range.

AI agent can use this to show a user their past participation and total rewards earned across completed Launchpool activities.

Agent hint: Use this endpoint to retrieve a user's historical Launchpool positions. Each record represents one completed staking position with total reward earned. startTime/endTime filter by the staking period (not record creation date) and must be 13-digit ms timestamps provided together.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currentNo
endTimeNo
pageSizeNo
stakeCoinNo
startTimeNo
rewardCoinNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.1.18

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark this as read-only, so the bar is lower. The description adds valuable behavioral context beyond the schema: each record represents one completed staking position, time filters apply to the staking period rather than creation date, and startTime/endTime must be 13-digit ms timestamps provided together. No contradiction with annotations.

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 description is front-loaded with the core purpose, but it is repetitive: 'completed positions with total reward' and 'historical positions with total reward' are restated across the first and third paragraphs. The 'AI agent' sentence and 'Agent hint' paragraph could be condensed without losing information.

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 read-only historical-list tool with six optional parameters and no output schema, the description covers the essential semantics: what is returned, what filters exist, and the special time-parameter constraints. Minor gaps remain, such as pagination behavior and coin format expectations, but the description is sufficient for correct invocation in most cases.

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 0%, so the description must compensate. It names the filter dimensions (stakeCoin, rewardCoin, staking time range) and gives critical detail for startTime/endTime, but it does not explain current/pageSize pagination behavior or add meaning beyond parameter names for stakeCoin and rewardCoin.

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 uses a specific verb ('Returns') with a clear resource: the authenticated user's completed Launchpool staking positions, and clarifies it summarizes total reward per position. It clearly distinguishes from sibling tools like getLaunchpoolUserCurrentStaking by emphasizing 'completed' and 'historical' positions.

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

Usage Guidelines4/5

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

The description explicitly instructs when to use the endpoint: to retrieve a user's historical/completed Launchpool positions and show past participation and rewards. It does not name sibling alternatives or provide explicit when-not-to-use guidance, but the 'completed' vs 'current' distinction implies the boundary clearly.

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