Skip to main content
Glama

fixsim_list_orders_in

Read-onlyIdempotent

Orders the user's trading system sent INTO FIXSIM on a session (FIXSIM is the counterparty). Includes ClOrdID, symbol, side, quantity, remaining quantity, order status and the raw FIX message. Optionally filter by FIX OrdStatus code (tag 39): 0 new, 1 partially filled, 2 filled, 4 canceled, 8 rejected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows to return, newest first (default 25, max 200)
apiKeyNo
sessionYes
instanceYes
orderStatusNoOptional FIX OrdStatus (tag 39) filter

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnlyHint, idempotentHint), so the bar is lower, and the description adds genuine context by enumerating the returned columns (ClOrdID, symbol, side, quantities, status, raw FIX message). It doesn't discuss auth needs or pagination behavior beyond what the schema carries, so it falls short of a 5.

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?

Two sentences that front-load what is returned, followed by the optional filter and its code legend. Dense but no wasted words; the code enumeration is slightly list-like but earns its space by documenting the filter values.

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?

There is no output schema, and the description compensates by naming the returned fields, so an agent knows roughly what comes back. Direction and filtering are clear; only the required session/instance semantics and pagination details are left thin for a 5-param tool.

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?

With schema coverage at 40% the description must compensate. It does well for orderStatus by expanding the tag-39 codes (0 new, 1 partially filled, 2 filled, 4 canceled, 8 rejected) far beyond the terse schema text, but it adds nothing for the required 'instance' and 'session' params or 'apiKey', leaving half the surface undocumented.

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?

States a specific resource (orders) with a precise directional scope: orders the user's trading system SENT INTO FIXSIM, with FIXSIM named as the counterparty. This cleanly distinguishes it from the sibling fixsim_list_orders_out without the agent having to open either schema.

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?

The directional framing ('INTO FIXSIM') implicitly tells the agent when to use this versus the _out variant, and the optional status filter hints at a filtered-list use case. However, there is no explicit when-to-use statement, no mention of fixsim_list_orders_out or fixsim_get_order_in as alternatives, and no prerequisite guidance for the required session/instance params.

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.