Skip to main content
Glama
bigl34

inFlow Inventory MCP Server

by bigl34

reconcile_manufacturing_order_serials

Preview and reconcile exact-ID serial numbers for manufacturing orders using patch or replace mode; apply changes only after a separately approved stock-moving canary.

Instructions

Preview exact-ID serial reconciliation. Apply requires a separately approved stock-moving canary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
dryRunNo
inputPicksNo
outputLinesNo
previewTokenNo
idempotencyKeyNo
expectedDesiredHashNo
expectedSemanticHashNo
manufacturingOrderIdYes
expectedWriteShapeHashNo
expectedEntityTimestampNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.4.0-alpha.2

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It usefully discloses the dry-run-first posture and an external approval gate for writes, but omits permissions, reversibility, conflict behavior on exact-ID mismatch, and the role of the idempotency/hash parameters. Real value added, but far short of what an 11-param mutation tool needs.

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 front-loaded sentences with no filler; the preview/apply split is stated first. It is terse rather than bloated, though the terseness tips into under-specification.

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?

For an eleven-parameter serial-mutating tool with zero annotation coverage, no output schema, and no parameter documentation, the description leaves too much undefined for an agent to invoke it safely — the concurrency-hash and idempotency safeguards are never mentioned.

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% across 11 parameters, so the description must compensate and largely does not. 'Exact-ID' hints at serial-number matching semantics, but dryRun, previewToken, idempotencyKey, expectedDesiredHash, expectedSemanticHash, expectedWriteShapeHash, and expectedEntityTimestamp are entirely unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names the resource (serial reconciliation) and the preview framing, but 'reconcile' is left undefined — an agent cannot tell whether this patches serial assignments, replaces them, or validates existing links. It does not differentiate itself from siblings like get_manufacturing_order_trace or search_serial_number beyond the word 'preview'.

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?

It implies the preview path is the default and that the apply path requires a separately approved 'stock-moving canary', which is a genuine usage gate. However, no sibling alternative is named, and there is no guidance on when preview should escalate to apply or what constitutes approval.

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