Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getFeeGroupInfo

Read-only

Look up tiered fee rates and rebates for Pro and Market Maker accounts by fee group, then compare taker/maker fees across Pro tiers 1-6 or MM tiers 1-3.

Instructions

Query the tiered fee structure for Pro-level and Market Maker clients, organized by symbol groups, including taker/maker fee rates and maker rebates per client tier.

Use this endpoint when you need to:

  • Look up the fee rates applicable to a specific group ID for Pro or Market Maker clients

  • Understand which symbols belong to which fee group (e.g., G1 for major coins)

  • Compare taker/maker fee rates and maker rebates across Pro tiers (Pro 1–6) or MM tiers (MM 1–3)

Returns a list of fee groups, each with their symbol list and fee rate table.

Notes:

  • Applicable to Pro-level and Market Maker clients only

  • productType=contract is the only supported value

  • No authentication required

Agent hint: Use this endpoint to retrieve fee group structures for Pro or Market Maker clients. productType is required (only "contract" is supported). Optionally filter by groupId (1–8). This endpoint is only relevant for Pro-level or Market Maker accounts. For standard account fee rates, use the Account getFeeRate endpoint instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdNo
productTypeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A4.7/5.0
Behavior4/5

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

The description adds behavioral context beyond the readOnlyHint/openWorldHint annotations: no authentication is required, productType=contract is the only supported value, and it applies only to Pro/Market Maker clients. It also discloses the high-level return shape, which is useful since no output schema is present.

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 one-sentence summary and uses structured bullets for use cases and notes. It is slightly repetitive because the 'Agent hint' paragraph restates the productType constraint and the Pro/Market Maker scope, but it remains skimmable and well organized.

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?

For a simple two-parameter read-only lookup with enums covering valid values, the description covers selection context, parameter behavior, authentication scope, client eligibility, and return structure. The 'Returns a list of fee groups, each with their symbol list and fee rate table' statement is a sufficient substitute for a missing output schema.

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?

With 0% schema description coverage, the description compensates well: it states that productType is required and only accepts 'contract', and that groupId is optional with values 1–8. It also gives semantic meaning to groupId by connecting it to fee group membership, such as 'G1 for major coins'.

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 names a precise verb ('Query'), a specific resource ('tiered fee structure for Pro-level and Market Maker clients organized by symbol groups'), and the key data included ('taker/maker fee rates and maker rebates per client tier'). It also explicitly points standard accounts to the getFeeRate sibling, so the tool is clearly differentiated.

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 'Use this endpoint when you need to' bullets covering group IDs, symbol-group membership, and tier comparisons. It also gives a direct exclusion: 'For standard account fee rates, use the Account getFeeRate endpoint instead.'

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