Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getAuroraStrategy

Retrieve the complete parameters and backtest results for an Aurora AI strategy using its aurora_id.

Instructions

Returns the full Aurora AI strategy (params + backtest metrics) identified by the encoded aurora_id that was previously returned by one of the recommendation endpoints.

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

Agent hint: Use this to refetch an Aurora strategy you have its aurora_id for — for example to refresh the backtest metrics or re-display params. If you do not yet have an aurora_id, call one of the recommendation endpoints first (/v5/aurora/home, /v5/aurora/creation, /v5/aurora/explore, /v5/aurora/easy).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aurora_idYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the read nature ('Returns'), rate limit (20 req/s per UID per path), and implies safety. It does not mention authentication or caching, but the provided details are sufficient for a get tool. No contradictions.

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

Conciseness5/5

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

The description is tightly written: one sentence for purpose, one for rate limit, one agent hint with usage instruction and alternatives. No redundancy, easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one parameter, no output schema), the description covers all needed context: what it returns, prerequisite (aurora_id), suggested workflow, and rate limits. Complete for agent decision-making.

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

Parameters5/5

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

The only parameter, aurora_id, is described as 'encoded ... previously returned by one of the recommendation endpoints', adding crucial context beyond the schema's bare type definition. This clarifies source and format, fully compensating for 0% schema description 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 it 'Returns the full Aurora AI strategy (params + backtest metrics)' identified by an aurora_id. It distinguishes from siblings by explicitly directing users without an aurora_id to recommendation endpoints, making its purpose specific and non-overlapping.

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 when you have an aurora_id to refetch/refresh; do not use if you lack an aurora_id, in which case call one of four named recommendation endpoints first. This fully covers when-to-use, when-not-to-use, and alternatives.

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