Skip to main content
Glama

fixsim_list_executions_in

Read-onlyIdempotent

Execution reports the user's system sent INTO FIXSIM on a session (when FIXSIM is the order sender and the user's system is the executing side). Optionally filter by ExecID (tag 17).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows to return, newest first (default 25, max 200)
apiKeyNo
execIdNoOptional ExecID (tag 17) filter
sessionYes
instanceYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description contributes the useful domain note that 'IN' means FIXSIM is the order sender, but says nothing about result ordering beyond the schema's default, pagination, or what an execution report contains.

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?

One front-loaded sentence plus a short optional-filter clause; no filler. The parenthetical direction explanation is slightly verbose but it carries the disambiguating information, so it earns its space.

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

Completeness3/5

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

With no output schema and two undocumented required parameters, the description should at least indicate what session/instance identify and roughly what a returned execution report looks like. It covers the directional concept adequately but leaves the invocation surface thin.

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?

Schema coverage is 40%: limit and execId are documented in the schema, while session, instance, and apiKey have no descriptions anywhere. The description only restates the execId filter and adds nothing for the two required parameters (session, instance), so the low-coverage gap is not compensated.

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?

The description names a specific resource (execution reports) and disambiguates it from the sibling fixsim_list_executions_out by spelling out the direction semantics: 'sent INTO FIXSIM ... when FIXSIM is the order sender and the user's system is the executing side.' That is a real clarification, though the list verb and the sibling's name are only implied rather than stated.

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?

There is no when-to-use guidance, no prerequisites, and no explicit contrast with fixsim_list_executions_out, which is the natural alternative. The only usage-adjacent statement is 'Optionally filter by ExecID (tag 17),' which is a parameter fact, not guidance.

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.