Skip to main content
Glama

create_order

Place a new regular order for trading on WOOFi Pro by specifying symbol, side, and order type. Supports limit, market, IOC, FOK, and more.

Instructions

Create a new regular order

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideYesOrder side
levelNoPrice level for ASK/BID orders
symbolYesTrading symbol (e.g., PERP_ETH_USDC)
slippageNoSlippage tolerance for MARKET orders
order_tagNoOrder tag
order_typeYesOrder type
order_priceNoOrder price (required for LIMIT orders)
reduce_onlyNoReduce only flag
order_amountNoOrder amount in quote currency
order_quantityNoOrder quantity
client_order_idNoCustom order ID (max 36 chars)
post_only_adjustNoAdjust price for POST_ONLY orders
visible_quantityNoVisible quantity on orderbook
Behavior1/5

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

No behavioral traits disclosed. Given no annotations, the description should mention whether the order is atomic, results, or any side effects. It does not even confirm order creation happens.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

Extremely concise but uninformative. Single sentence that barely expands on the tool name. The description should be front-loaded with key behavior but provides no structure.

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

Completeness1/5

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

With 13 parameters, no output schema, and no annotations, the description fails to provide necessary context about parameter relationships, constraints (e.g., order_price required for LIMIT), or typical usage. Completely inadequate.

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?

Schema covers all parameters with descriptions (100% coverage). The tool description adds no new parameter meaning beyond the schema, which already provides basic info. Baseline 3 is appropriate.

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 uses a specific verb and resource: 'Create a new regular order'. It implicitly distinguishes from 'batch_create_orders' and 'create_algo_order', but does not explicitly contrast them.

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 alternatives like 'batch_create_orders' or 'create_algo_order'. Missing prerequisites or context for order type selection.

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/DaunteEth/woofi-pro-mcp'

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