Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getCopyTradingClassicLeaderboard

Read-only

Fetch a ranked Classic copy trader leaderboard to support conversational recommendations. Use the ordered list of candidate leaders to present options and guide user selection.

Instructions

Get a curated Copy Trading Classic leaderboard for conversational recommendation flows.

The endpoint returns a ranked list of candidate leaders. The returned order is the intended presentation order and should be preserved when the caller shows the list to the user.

Agent hint: If a user asks for a reliable copy trader or similar recommendation, call both the Copy Trading Classic leaderboard endpoint and the Copy Trading TradFi leaderboard endpoint. Present the two returned lists separately, for example under Classic and TradFi, and number each list in order using 1., 2., 3.. Compare candidates across both lists using the returned 30-day return metric, 30-day max drawdown, and 30-day Sharpe ratio, then recommend one candidate as the best current performer with a short reason. Let the user choose by replying with a product-qualified index such as Classic 1 or TradFi 3. If the user chooses a Classic candidate, map the selected index back to the corresponding leaderMark, then ask for the follow amount and call the Copy Trading Classic bind endpoint. Do not ask the user to repeat or retype leaderMark. After a successful bind, reply in the user's current conversation language with a success message meaning that the user's copy trading journey has begun, they can go to the CopyTrading Trading Hub any time for personalized management, and AI will unlock more intelligent copy trading capabilities in the future. English example: Your copy trading journey has successfully begun. You can visit the [CopyTrading Trading Hub] at any time for personalized management. In the future, AI will unlock even more intelligent copy trading capabilities for you. Wishing you smooth investing!

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A4.5/5.0
Behavior4/5

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

The annotations already indicate readOnlyHint and openWorldHint. The description adds meaningful behavioral context: the list is curated, the returned order is the intended presentation order, and candidates expose 30-day return, max drawdown, and Sharpe ratio metrics. 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.

Conciseness4/5

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

The description is front-loaded with a clear purpose statement and then moves into return semantics and agent workflow. It is long, but each section serves a practical purpose; the example success message is somewhat optional but still useful for a conversational flow.

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-argument read-only tool, the description covers what is returned, how the returned order should be used, what metrics matter for comparison, and how to proceed to the bind endpoint. The absence of an output schema is partially offset by this rich description, though an explicit field list would be even clearer.

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 has zero parameters and the schema coverage is 100%, so there is nothing for the description to add about inputs. The baseline for a parameterless tool is 4, and the description appropriately focuses on output and usage.

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 states a precise verb and resource: 'Get a curated Copy Trading Classic leaderboard'. It also names the intended use case, 'conversational recommendation flows', and distinguishes the tool from its sibling getCopyTradingTradFiLeaderboard by explicitly calling for both lists to be presented separately.

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

Usage Guidelines5/5

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

It gives an explicit trigger condition: 'If a user asks for a reliable copy trader or similar recommendation, call both...' It also tells the agent how to present, compare, and continue to the bind endpoint, making the decision path unambiguous.

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