Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getRfqs

Read-only

Fetch historical request-for-quote (RFQ) records with optional filters by ID, trader type, or status, and use cursor pagination to page through results sorted by creation time.

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
limitNo
rfqIdNo
cursorNo
statusNo
rfqLinkIdNo
traderTypeNoquote

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already declare readOnlyHint and openWorldHint, and description adds non-real-time behavior, rate limit, cursor pagination, sort order, parameter precedence, and time restriction. 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.

Conciseness3/5

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

Front-loaded with the core purpose, but the 'Agent hint' paragraph largely repeats the previous statements about historical data, real-time alternative, cursor pagination, and rfqLinkId's 3-month constraint. This redundancy keeps it from being as tight as it could be.

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 6-parameter read-only query with no output schema, the description covers filtering, pagination, sorting, rate limit, and the key parameter constraints. Everything needed to choose and call this tool versus the live sibling is present.

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?

Despite 0% schema description coverage, the description explains the meaning of rfqId, rfqLinkId, traderType, status, and cursor, plus interaction rules. Limit is already documented in schema with default/min/max.

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?

States it queries historical RFQs with optional filtering by ID, trader type, and status. Distinguishes itself from the real-time variant by explicitly labeling this as historical, which separates it from getRfqsRealtime among the siblings.

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?

Explicitly says not real-time and directs to 'Get RFQs (real-time) endpoint' for live data. Also provides condition rules: rfqId takes precedence if both supplied, and rfqLinkId is invalid when traderType is 'quote'.

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