Skip to main content
Glama
doubledare704

aiowhitebit-mcp

get_recent_trades

Retrieve recent trades for a specified market pair, with optional filtering by buy or sell type to analyze trading activity.

Instructions

Get recent trades for a specific market.

Args: market: Market pair (e.g., 'BTC_USDT') trade_type: Type of trades to retrieve ('buy' or 'sell')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketYes
trade_typeNobuy

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations exist, so the description must fully disclose behavior. It omits key traits: whether the operation is read-only, authentication needs, rate limits, data freshness, or side effects. Only basic parameter descriptions are provided.

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?

Two sentences, no redundancy. The first sentence states the purpose; the second details args. Every word is necessary.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An output schema exists, so return value details are not required. However, the description does not specify limits on the number of trades returned, pagination, or default date range. It covers basic usage but leaves ambiguity about result scope.

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 description explains both parameters ('Market pair (e.g., 'BTC_USDT')' and 'Type of trades to retrieve ('buy' or 'sell')') with examples and allowed values. This adds value over the schema, which has zero percent description coverage at the top level.

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 clearly states 'Get recent trades for a specific market,' specifying the verb (Get) and resource (recent trades) with a market qualifier. While distinctive from siblings like get_market_activity, it does not explicitly contrast with alternatives.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus siblings like get_market_activity or get_orderbook. Lacks context for appropriate invocation or exclusion criteria.

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/doubledare704/aiowhitebit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server