Skip to main content
Glama
bit-oasis

BitOasis MCP Server

Official
by bit-oasis

get_trades

Retrieve recent public trade history for a cryptocurrency trading pair, with optional limit on the number of trades and a date filter to start from a specific day.

Instructions

Get recent public trade history for a trading pair.

Args: pair: Trading pair, e.g. "BTC-AED". limit: Max number of trades to return. from_date: Only return trades from this date onward (YYYY-MM-DD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairYes
limitNo
from_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It indicates a read-only operation ('public trade history') but does not disclose pagination, rate limits, or what happens with large limits. The description is adequate but not rich in behavioral detail.

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 extremely concise with a clear front-loaded purpose and a parameter list using minimal words. Every sentence is necessary and easily scannable.

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?

Given the tool's simplicity and the presence of an output schema, the description covers the core usage well. It lacks details on ordering, pagination, or error conditions, but for a public trade history tool, it is mostly complete.

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 description coverage is 0%, so the description must add meaning beyond the schema. It explains 'pair: Trading pair, e.g. BTC-AED', 'limit: Max number of trades to return', and 'from_date: Only return trades from this date onward (YYYY-MM-DD).' This adds useful context, though default values and behavior for null are not specified.

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 description clearly states 'Get recent public trade history for a trading pair.' This is a specific verb and resource, and it distinguishes the tool from siblings like get_order_book (order book) and get_ticker (ticker).

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 description does not provide explicit guidance on when to use this tool versus alternatives (e.g., get_orders). It mentions 'public' trade history, which implies it's for public data, but lacks clear when-not-to-use statements or comparisons with siblings.

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/bit-oasis/bitoasis-mcp'

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