Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

recEasyBotStrategy

Returns an Aurora-recommended strategy and bot business type based on symbol, product, and direction for simplified bot creation.

Instructions

Returns a single Aurora-recommended strategy plus the bot business type (biz) for the given symbol + product + direction triple. Used by the EasyBot one-click create flow.

Rate limit: 20 requests per second per UID per path.

Agent hint: Use this when the user wants the simplest path to create a bot: they give you a symbol, whether it's spot or futures, and which direction they want, and Aurora picks the rest. The response includes biz telling you which bot type (e.g. SPOT_GRID, FUTURE_GRID) was picked — feed that into the corresponding create endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
productYes
directionYes
Behavior3/5

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

No annotations provided, so description carries full burden. It includes a rate limit (20 rps) which adds transparency. However, it does not explicitly state that the tool is read-only (no side effects). The behavioral info is adequate but not comprehensive.

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?

Description is 8 sentences, front-loaded with purpose, then rate limit, then agent hint. No wasted words. Slightly verbose in the rate limit formatting, but overall efficient.

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 3 parameters, no output schema, and no annotations, the description lacks completeness. It does not specify the structure of the returned strategy or enumerate possible biz values. The agent would need external knowledge to fully interpret the response for downstream create endpoints.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description must explain parameters. It mentions symbol, product, and direction as a triple but does not decode enum values (e.g., product '0' vs '1'). This leaves the agent without full understanding of parameter ranges. Some high-level meaning is provided but insufficient for precise invocation.

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?

Description clearly states it returns a recommended strategy and bot business type for a given triple, explicitly distinguishing its role in the EasyBot one-click create flow. The agent hint reinforces when to use it versus alternatives, making purpose very specific.

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?

Explicit agent hint says 'Use this when the user wants the simplest path to create a bot', providing clear when-to-use guidance. It also describes the input and output flow, and implies not to use when more complex configuration is needed.

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