Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

createCopyMt5Bind

Create a new copy trading TradFi follow binding using a provider mark and whole-number USDT investment (e8 integer). Validates provider, investment range, balance, and access restrictions.

Instructions

Create a new Copy Trading TradFi follow binding by specifying a target providerMark and the intended investmentE8 only.

The endpoint is intended for minimal orchestrated follow flows. The service forwards the request to the downstream MT5 bind flow, which performs provider validation, offer-range checks, whitelist admission checks, funding-account checks, and follow-state checks.

Common business failures include:

  • invalid providerMark

  • investment outside the provider's supported range

  • insufficient funding-account balance

  • provider whitelist or invitation restriction

  • duplicate follow or account role restriction

Business failures surface as MCP tool errors.

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, then show them as two separately numbered lists such as Classic 1..N and TradFi 1..N. 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. If the user replies with a TradFi selection such as TradFi 3, map that selection back to the corresponding providerMark, then ask for the follow amount and call the Copy Trading TradFi bind endpoint. Do not ask the user to repeat or retype providerMark. Use this endpoint only after you already have an exact providerMark; do not infer it from a display name alone. Send investmentE8 as an integer e8 amount representing a whole-number USDT value, for example 30000000000 for 300 USDT. This minimal endpoint does not support optional MT5 binding parameters such as TP/SL or invitation-link UUID, so private-link-only admission flows may still be rejected downstream. 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! In the same success reply, include the Copy Trading TradFi follow-detail link so the user can view the follow details immediately. If the current API server URL contains testnet, use https://testnet.bybit.com/copyMt5/followLeaderDetail?type=current&providerMark=<providerMark>. Otherwise use https://www.bybit.com/copyMt5/followLeaderDetail?type=current&providerMark=<providerMark>. Replace <providerMark> with the exact selected providerMark and URL-encode it when needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerMarkYes
investmentE8Yes
Behavior4/5

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

Without annotations, the description carries the full burden. It discloses that the tool creates a binding, forwards to downstream validation, and may fail for specific business reasons presented as MCP tool errors. It mentions the success response includes a link and guides the agent's reply. However, it doesn't explicitly state destructive nature or auth requirements, but the creation act implies mutation.

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

Conciseness2/5

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

The description is excessively long due to a multi-paragraph agent hint that includes detailed workflow instructions, success message templates, and link construction. While valuable, it is not concise; the front-loading is good but the later sections could be condensed. Every sentence earns its place but overall density is high.

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?

Given no output schema, the description covers business logic and failure modes well. It provides success message formats and link construction, but fails to describe the tool's actual return value (likely a binding ID or status). The agent hint focuses on user interaction rather than tool output, leaving a gap in understanding what the tool returns.

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 0%, so description must add meaning. It defines providerMark as the target and gives an e8 amount example for investmentE8 (e.g., 30000000000 for 300 USDT). However, it doesn't explain the concept of e8 or the minimum value from the schema. It adds some value but not exhaustive documentation of parameter semantics beyond what the schema node provides.

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 first sentence clearly states the tool creates a Copy Trading TradFi follow binding with specific parameters (providerMark and investmentE8). It unambiguously identifies the verb 'create' and the resource 'Copy Trading TradFi follow binding', distinguishing it from siblings like createCopyTradeBind by targeting TradFi specifically.

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?

The description provides explicit guidance: use only after obtaining an exact providerMark, not inferring from display name; minimal endpoint does not support optional parameters like TP/SL; and the agent hint outlines a complete workflow for recommending and binding, including when to call other endpoints. It also lists common business failures, helping the agent decide when to use this tool.

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/bybit-exchange/trading-mcp'

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