Skip to main content
Glama
TradeRouter

trade-router-mcp

Official

place_limit_order

Place buy or sell limit orders based on market cap targets. Set a target in basis points from current market cap; order executes when market cap reaches that level. Supports slippage, expiry, and amount or holdings percentage.

Instructions

Place a market-cap-based limit order over WS. action: sell|buy. target: bps vs current mcap at placement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wallet_addressYes
token_addressYes
actionYes
targetYes
amountNo
holdings_percentageNo
slippageNo
expiry_hoursNo
Behavior2/5

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

No annotations provided. Description mentions 'over WS' implying WebSocket usage but does not disclose behavioral traits like order lifetime, execution guarantees, or required permissions for a mutation operation.

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

Conciseness3/5

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

One short sentence, concise but not well-structured. Lacks separation of concerns (e.g., parameters, behavior). Could be reorganized for clarity.

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 8 parameters, no output schema, and no annotations, the description provides minimal context. Missing prerequisites, return values, and usage examples for a complex order placement tool.

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?

Description only explains the 'action' and 'target' parameters. The other six parameters (wallet_address, token_address, amount, holdings_percentage, slippage, expiry_hours) are not described, despite schema coverage being 0%.

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?

Clearly states the tool places a market-cap-based limit order, specifying the action (sell/buy) and target as bps relative to market cap. This distinguishes it from sibling tools like trailing or TWAP orders.

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 (e.g., trailing, TWAP, or simple swaps). The description lacks context for selection among many similar 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/TradeRouter/trade-router-mcp'

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