Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getAwardInfo

Read-only

Retrieve basic details of a specified voucher, including coin, denomination, product line, total and distributed amounts, to verify or track award information.

Instructions

Get basic information of a specified voucher, including coin, denomination unit, product line, total amount, and distributed amount.

Rate Limit: 50 req/s

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.11

TDQS

A3.8/5.0
Behavior4/5

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

Beyond the readOnlyHint and openWorldHint annotations, the description adds a concrete rate limit of 50 req/s and defines the behavioral scope by listing the returned data fields. This is useful operational context for an agent deciding whether and how often to call the tool.

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 one efficient sentence followed by a relevant rate-limit note. It front-loads the core purpose and avoids unnecessary wording, making it easy for an agent to parse quickly.

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?

For a low-complexity, one-parameter read-only lookup with no output schema, the description covers the essential points: what the tool returns, what the input identifies, and the rate limit. It could be more complete by naming related alternatives, but nothing critical is missing for correct invocation.

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

Parameters3/5

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

The description adds meaning by indicating that the required 'id' refers to a voucher, which the bare schema does not communicate. It does not explain the ID's format or how to obtain it, but for a single opaque string parameter this is minimally sufficient.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear action ('Get'), a specific resource ('basic information of a specified voucher'), and enumerates several meaningful output fields. It is easily distinguishable from most siblings, though it does not explicitly name sibling tools like distributeAward or getDistributionRecord.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use is implied: call this tool when you need basic information about a voucher. However, there is no explicit guidance about when to prefer it over related tools or when not to use it, so the agent must infer the usage context.

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