Skip to main content
Glama

fixsim_list_executions_out

Read-onlyIdempotent

Execution reports FIXSIM sent OUT on a session (acks, fills, partial fills, rejects, cancels). Pass clOrdId to see the full execution history of one order: ExecType, OrdStatus, LastPx/LastQty, CumQty, LeavesQty, AvgPx and the raw FIX.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows to return, newest first (default 25, max 200)
apiKeyNo
clOrdIdNoOptional ClOrdID (tag 11) to narrow to one order
sessionYes
instanceYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover the safe-read profile (readOnlyHint, idempotentHint), and the description adds valuable context by enumerating what each row contains (ExecType, OrdStatus, LastPx/LastQty, CumQty, LeavesQty, AvgPx and raw FIX). It does not mention ordering beyond what the schema says, which keeps it 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.

Conciseness5/5

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

Two sentences, zero filler, with the scope (what is listed) front-loaded and the drill-down usage following immediately. The field enumeration is dense but earned, since there is no output schema to convey the return shape.

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 read-only list tool with annotations and no output schema, the description supplies the return shape and the clOrdId drill-down, which is most of what an agent needs. The unresolved gap is the meaning/format of the required instance and session parameters, which neither schema nor description explains.

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 only 40% (limit and clOrdId documented; instance, session, apiKey are not). The description adds real meaning for clOrdId by explaining the drill-down behavior, but does nothing for instance/session, so it only partially compensates for the coverage gap.

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?

States a specific verb+resource (list execution reports FIXSIM sent OUT) and names the payload contents, so an agent can distinguish it from fixsim_list_executions_in by the explicit 'OUT' direction. It does not name the sibling outright, so it falls short of the top score.

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 sentence 'Pass clOrdId to see the full execution history of one order' gives one conditional usage hint, but there is no when-to-use/when-not guidance and no explicit routing to alternatives like fixsim_list_orders_out or fixsim_get_session. Usage is implied rather than prescribed.

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.