Skip to main content
Glama
ultrade-org

Ultrade MCP Server

Official
by ultrade-org

ultrade_market_create_orders

Create new trading orders on the Ultrade platform by submitting signed order messages with wallet authentication for market execution.

Instructions

Create new orders

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ordersYes
walletAddressYesLogin wallet address
walletTokenYesLogin session token
Behavior1/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. 'Create new orders' implies a write/mutation operation but reveals nothing about side effects (e.g., order placement, fund deductions), authentication requirements (implied by parameters but not stated), error handling, or rate limits. This is inadequate for a mutation tool with zero annotation coverage.

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 at two words, with zero wasted text. It is front-loaded with the core action, though this brevity comes at the cost of informativeness. Every word earns its place, but the place is minimal.

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?

Given the tool's complexity (mutation with 3 required parameters, no output schema, and no annotations), the description is severely incomplete. It fails to address behavioral traits, parameter meanings, usage context, or output expectations, making it inadequate for safe and effective tool invocation by an agent.

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

Parameters2/5

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

Schema description coverage is 67% (2 of 3 parameters have descriptions: walletAddress and walletToken). The description adds no parameter semantics beyond the schema—it doesn't explain the 'orders' array structure (containing message and signature objects) or their purposes. With low coverage and no compensation in the description, parameter understanding is incomplete.

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

Purpose2/5

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

The description 'Create new orders' is a tautology that essentially restates the tool name 'ultrade_market_create_orders'. While it indicates the action (create) and resource (orders), it lacks specificity about what kind of orders (e.g., trading orders, market/limit orders) and doesn't distinguish it from sibling 'ultrade_market_create_order' (singular vs. plural).

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives. It doesn't mention prerequisites (like authentication via wallet parameters), differentiate from 'ultrade_market_create_order' (batch vs. single order creation), or specify appropriate contexts (e.g., after market data checks). This leaves the agent without usage direction.

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/ultrade-org/ultrade-mcp'

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