Skip to main content
Glama

fixsim_send_raw_fix

Send one or more raw FIX application messages OUT on a session as given (tag=value pairs separated by | or SOH). FIXSIM supplies the session header fields (BeginString, CompIDs, MsgSeqNum, SendingTime) and the checksum. Use for message types the other tools do not cover.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyNo
sessionYes
instanceYes
fixMessagesYesRaw FIX messages, e.g. 35=D|11=ORD1|55=IBM|54=1|38=100|40=2|44=150.25|59=0

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 load, and it does disclose a genuinely important behavior: FIXSIM auto-fills the session header fields (BeginString, CompIDs, MsgSeqNum, SendingTime) and computes the checksum, telling the caller exactly what must NOT be supplied. It omits failure behavior (malformed tag input, missing/inactive session) and any auth/credential expectations despite an apiKey parameter.

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 tight sentences with no filler; the core action and its direction are front-loaded, followed immediately by the caveat that routes the agent. Every clause carries information.

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?

For a moderately complex send tool with minimal annotations, no output schema, and thin parameter coverage, the description explains the input convention and header injection but omits prerequisites (must the session already be active?), credential expectations, and any indication of what the call returns or how errors surface. Adequate but with clear gaps.

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 25% — only fixMessages is documented — and the description partly compensates by specifying the tag=value format with | or SOH separators and clarifying which header tags are injected. However, the required 'instance' and 'session' parameters and the optional apiKey receive no explanation anywhere, so the coverage gap is only partially closed.

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 verb (send), resource (raw FIX application messages), direction (OUT on a session) and mode (as given), so an agent can distinguish it from fixsim_send_order or fixsim_cancel_order_out without opening schemas. It also names the routing rule that separates it from all siblings: message types the other tools do not cover.

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?

Provides an explicit fallback condition ('Use for message types the other tools do not cover'), which implies both when to use it and when not to. It stops short of naming the specific sibling alternatives (fixsim_send_order, fixsim_cancel_order_out) by name, so routing requires the agent to scan the sibling list.

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.