Skip to main content
Glama

fixsim_act_on_orders

Respond to orders the user's system sent into FIXSIM: acknowledge, fully or partially execute, reject, cancel remaining, expire, done-for-day, restate, or accept/reject a pending cancel/replace. FIXSIM emits the matching execution reports on the FIX session. Give one or more ClOrdIDs; for executions supply lastPx and, for a partial, lastQty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesOne of: Ack, FullyExecute, PartialExecute, CancelRemaining, DoneForDay, AckCancelOrdReplaceReq, AcceptCancelOrdReplaceReq, RejectCancelOrdReplaceReq, Reject, Delete, Restate, Expire
apiKeyNo
lastPxNoFill price (LastPx) for executions
lastQtyNoFill quantity (LastQty) for a partial execution
sessionYes
clOrdIdsYesClOrdIDs (tag 11) of the inbound orders to act on
instanceYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations only declare destructiveHint=false, so the description carries most of the burden. It usefully discloses the side effect that 'FIXSIM emits the matching execution reports on the FIX session,' which tells the agent the operation triggers downstream reports. It stops short of covering idempotency, multi-ClOrdID behavior, or the apiKey requirement.

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 purpose is front-loaded and the action list, while long, is dense rather than padded. Sentence count is low for the tool's complexity, though the action enumeration crowds the opening.

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?

For a 12-action, 7-parameter tool with no output schema, the definition tells the agent what happens (execution reports) and how to supply the key parameters. Gaps remain around apiKey, behavior with multiple ClOrdIDs, and error handling, but the core is well covered.

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?

Schema coverage is mid (57%). The description compensates by coupling parameters to the action semantics: 'Give one or more ClOrdIDs; for executions supply lastPx and, for a partial, lastQty.' This conditional guidance (lastQty only for partials) adds meaning beyond the bare schema descriptions.

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 states a specific verb (respond to orders) plus the resource (inbound orders the user's system sent into FIXSIM), and enumerates the twelve concrete actions. This clearly separates it from siblings like fixsim_send_order (outbound) and sandbox_act_on_order (sandbox rather than FIXSIM).

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

Usage Guidelines3/5

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

Starting context is provided ('orders the user's system sent into FIXSIM'), which implies when to use it, but there is no explicit when-not guidance and no alternative sibling is named. The agent must infer the routing from the FIXSIM framing alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.