Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getPredictionPayTokenList

Retrieve supported payment tokens for Bybit prediction market trading. Use the token code to place buy orders.

Instructions

Query available payment tokens for prediction market trading. Returns token symbol, code, and supported blockchain list.

AI agent should call this before executing a trade to verify supported payment tokens. Prediction market Phase 1 supports USDC only.

Agent hint: Use this endpoint to get available payment tokens before placing a prediction market buy order. Returns USDC token info. Use the token code in buy requests (payTokenCode field).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 that the tool returns token symbol, code, and blockchain list, and mentions the Phase 1 limitation (USDC only). No side effects are expected for a read-only query.

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 contains some repetition, e.g., 'AI agent should call this before executing a trade' and 'Agent hint: Use this endpoint...'. It is clear but could be more concise by merging similar instructions.

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?

Given no output schema, the description adequately explains the return values (token symbol, code, blockchain list) and how to use the token code in buy requests. It covers the essential context for a simple query tool, though it does not mention pagination or error handling.

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 no parameters (empty schema, 100% coverage), so the description does not need to add parameter details. The baseline for 0 parameters is 4, as the description adds value by explaining the output context, even though it doesn't describe parameters.

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 the tool queries available payment tokens for prediction market trading, specifying that it returns token symbol, code, and supported blockchain list. It distinguishes from sibling tools like getPayTokenList by explicitly targeting prediction market, and notes Phase 1 supports USDC only.

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 advises the AI agent to call this before executing a trade to verify supported payment tokens, and provides a specific hint about using it before placing a prediction market buy order. While it doesn't explicitly exclude other contexts, the purpose is clear enough to guide appropriate use.

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