Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getRfqs

Query historical RFQs with filters like ID, trader type, and status. Supports cursor-based pagination.

Instructions

Query historical RFQs with optional filtering by ID, trader type, and status. Supports cursor-based pagination. Results are sorted by createdAt descending.

This data is not real-time. Use the Get RFQs (real-time) endpoint for live data.

When both rfqId and rfqLinkId are provided, only rfqId is considered. The rfqLinkId parameter restricts results to the last 3 months and is invalid when traderType is "quote".

Rate Limit: 50 requests per second.

Agent hint: This returns historical (non-real-time) RFQ data. Use Get RFQs Realtime for live data. Supports pagination via cursor. rfqLinkId only works within the last 3 months.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rfqIdNo
rfqLinkIdNo
traderTypeNoquote
statusNo
limitNo
cursorNo
Behavior5/5

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

With no annotations, the description comprehensively discloses behavior: cursor-based pagination, sorted by createdAt descending, parameter interaction rules, time restriction on rfqLinkId, and rate limit. No destructive behavior implied.

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?

Well-structured with clear sections: main purpose, pagination/sorting, real-time caveat, parameter rules, rate limit, agent hint. No unnecessary words; every sentence adds value.

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 6 parameters, no output schema, and no annotations, the description covers essential usage aspects: filtering, pagination, sorting, parameter constraints, rate limit, and alternative tools. It is self-contained enough for an agent to use the tool correctly.

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?

Schema coverage is 0%, so the description must add meaning. It explains optional filtering by ID, trader type, and status, and clarifies parameter interactions (rfqId vs rfqLinkId, rfqLinkId time restriction). However, it does not explicitly mention the limit range or cursor usage details, though pagination is noted.

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?

Clearly states 'Query historical RFQs' with optional filtering. Distinguishes from sibling tool getRfqsRealtime by explicitly noting this is for historical data, not real-time.

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?

Provides explicit guidance: 'This data is not real-time. Use the Get RFQs (real-time) endpoint for live data.' Also explains pagination and constraints on rfqLinkId, helping the agent choose the correct 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