Skip to main content
Glama
bigl34

inFlow Inventory MCP Server

by bigl34

get_manufacturing_order_trace

Trace a manufacturing order's output lines, input picks, pick matchings, and serial anomalies within inFlow Inventory to diagnose production issues.

Instructions

Trace manufacturing output lines, input picks, pick matchings, and serial anomalies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
manufacturingOrderIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.4.0-alpha.2

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It implies a diagnostic read that aggregates several data sets, but says nothing about whether it mutates anything, what 'serial anomalies' actually means, permissions required, or how large the payload may be. For a trace/diagnostic tool with zero annotation coverage this is a significant gap.

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?

A single front-loaded sentence with no filler. It is appropriately sized for its informational content, though the token list reads slightly like keyword stuffing rather than prose.

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

Completeness2/5

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

The tool returns a multi-part trace with no output schema and no annotations, so the description is the only source of behavioral and parameter context. It names the data categories but explains neither the return shape nor the identifier semantics, leaving the agent under-informed for a non-trivial diagnostic call.

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 description coverage is 0% and the single parameter manufacturingOrderId has no description in either the schema or the description text. The description never tells the agent what identifier form to supply (internal ID, order number, etc.), which is the one piece of information a caller actually needs.

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 (trace) and enumerates the resources surfaced: output lines, input picks, pick matchings, serial anomalies. That is materially more informative than the sibling get_manufacturing_order, so differentiation is implied. It stops short of a 5 because it never explicitly names the sibling it contrasts with.

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 or when-not-to-use guidance. The description does not mention the related sibling reconcile_manufacturing_order_serials, nor does it say whether this is a read-only lookup or a step before reconciliation. The agent must infer usage from the name alone.

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

Deploy Server

Other Tools