Skip to main content
Glama
bit-oasis

BitOasis MCP Server

Official
by bit-oasis

place_order

Place buy or sell orders on BitOasis Pro exchange with limit, market, stop, and stop-limit order types for cryptocurrency trading pairs.

Instructions

Place a new order on BitOasis Pro exchange.

Args: pair: Trading pair, e.g. "BTC-AED", "SOL-AED". side: "buy" or "sell". order_type: "limit", "market", "stop", or "stop_limit". amount: Amount of the base currency (as a string). price: Limit price (required for "limit" and "stop_limit" orders). stop_price: Stop price (required for "stop" and "stop_limit" orders). test: If true, validates the order without placing it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairYes
sideYes
order_typeYes
amountYes
priceNo
stop_priceNo
testNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations, so description carries full burden. Explains parameter conditions and test flag for validation. Could mention order lifecycle or execution behavior, but sufficient for a standard order placement.

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?

Structured as a docstring with Args section. Concise, front-loaded purpose, no wasted sentences.

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?

Covers all 7 parameters, required/optional conditions. Output schema exists, so return values not needed. Complete for an agent to use.

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?

Schema coverage is 0%, but description compensates fully: explains each parameter with examples (pair), options (side, order_type), format (amount as string), and conditional requirements (price, stop_price), and test purpose.

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 'Place a new order on BitOasis Pro exchange,' specifying verb and resource. Distinguishes from sibling tools like cancel_order and get_orders.

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

Usage Guidelines4/5

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

Explicitly lists parameters and conditional requirements (price for limit/stop_limit, stop_price for stop/stop_limit). Does not explicitly contrast with siblings or provide when-not-to-use guidance, but context is clear.

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