Skip to main content
Glama
simoneb

directa-mcp

by simoneb

modify_order

Destructive

Change the limit price of an open order. Optionally update the signal price for stop orders to adjust entry conditions. Confirms changes on the same exchange.

Instructions

Change the limit price of an open order (signal_price applies only to stop orders). Confirms in the same exchange, like place_limit_order, and reports on_market. Same order gate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceYes
order_idYes
signal_priceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds behavioral detail beyond annotations, such as 'Confirms in the same exchange' and 'reports on_market', and clarifies that signal_price applies only to stop orders. This enriches the safety profile without contradicting the destructiveHint.

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

Conciseness4/5

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

The description is brief and front-loaded with the core purpose. The phrase 'Same order gate' is slightly cryptic but the overall structure is efficient with no filler.

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

Completeness4/5

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

Given that an output schema exists and annotations cover safety traits, the description covers purpose, parameter behavior, and key behavioral traits. It omits edge cases but references 'same order gate' for validation, making it adequate for a moderate-complexity tool.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates by explaining price as the limit price and signal_price as specific to stop orders. order_id is self-explanatory from the required field, so the added meaning is useful.

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?

The description clearly states a specific action: 'Change the limit price of an open order'. This distinguishes it from sibling tools like cancel_order and place_limit_order, making the purpose unmistakable.

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?

It provides context that the modification confirms in the same exchange like place_limit_order and reports on_market, which helps an agent infer when to use it. It does not explicitly list alternatives or exclusions but the context is sufficient.

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/simoneb/directa-mcp'

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