Skip to main content
Glama
bigl34

inFlow Inventory MCP Server

by bigl34

compare_product_boms

Compare manufacturing components, operations, and settings for 2-25 products to reveal differences and support accurate production planning.

Instructions

Compare manufacturing components, operations, and settings for 2-25 products.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdsYes

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 burden. 'Compare' implies a non-mutating read, but nothing states the return shape, ordering, error behavior when an ID is invalid, or cost/rate characteristics given the 25-product cap.

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 efficient sentence with the action front-loaded and the cardinality constraint attached. No filler, though the brevity contributes to the gaps elsewhere.

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 a tool with no annotations, no output schema, and a completely undocumented parameter, the description leaves the agent without return-format, error, or ID-format information. It is too thin for the complexity of a multi-product comparison.

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?

Only one parameter (productIds) with 0% schema description coverage, so the schema itself explains nothing about format or meaning. The description's '2-25 products' merely restates the schema's minItems/maxItems and adds no semantics about ID form, existence requirements, or duplicate handling.

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 ('Compare') and the compared resources ('manufacturing components, operations, and settings') scoped to products, which separates it from read-oriented siblings like get_bill_of_materials or get_product. 'Settings' is somewhat vague, but the core action and domain are unambiguous.

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?

No guidance on when to choose this over fetching each product's BOM individually, no prerequisites, and no mention of what conditions make comparison appropriate. The 2-25 bound implies batch use but is not framed as usage guidance.

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