Skip to main content
Glama
ultrade-org

Ultrade MCP Server

Official
by ultrade-org

ultrade_market_create_order

Create market orders on Ultrade by submitting signed transaction messages with wallet authentication for trading execution.

Instructions

Create new order

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesThe signed message in hex format
signatureYesThe signature of the message
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. 'Create new order' implies a write/mutation operation, but it doesn't disclose any behavioral traits: no information on authentication requirements (though parameters hint at it), rate limits, idempotency, side effects (e.g., fund deductions), error conditions, or response format. 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 three words, with no wasted language. It's 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 complexity (a mutation tool for financial orders), no annotations, no output schema, and a vague description, this is highly incomplete. The description fails to explain what an 'order' entails, authentication needs, return values, or error handling. It doesn't compensate for the lack of structured data, making it inadequate for safe and effective use.

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 description coverage is 100%, with clear descriptions for all 4 parameters (e.g., 'The signed message in hex format'). The description adds no parameter information beyond the schema. According to rules, with high schema coverage (>80%), the baseline is 3 even with no param info in the description.

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 order' is a tautology that essentially restates the tool name 'ultrade_market_create_order'. It specifies the verb 'create' and resource 'order', but lacks any detail about what type of order (e.g., buy/sell, limit/market) or on what market/asset. It doesn't distinguish from siblings like 'ultrade_market_create_orders' (plural) or 'ultrade_market_cancel_order'.

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 (e.g., authentication via wallet), differentiate from 'ultrade_market_create_orders' (batch creation), or specify scenarios like placing trades versus managing orders. The description offers no context for usage decisions.

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