Skip to main content
Glama
bigl34

inFlow Inventory MCP Server

by bigl34

list_product_groups

Retrieve inFlow product groups with ordered options and attached variants to browse or manage inventory.

Instructions

List inFlow product groups with ordered options and attached variants.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNo
sortNo
countNo
sortDescNo
includeCountNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.4.0-alpha.2

TDQS

C2.6/5.0
Behavior2/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 implies a read operation but does not disclose pagination behavior, whether results are filtered/sorted, volume expectations, or permissions. For a list tool with five parameters, 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, stating the resource and its contents first. It is efficient, though the extreme brevity is part of the underlying under-specification problem rather than excess 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?

For a five-parameter list tool with no annotations and no output schema, the description leaves pagination, sorting, and result shape entirely unexplained. It is not complete enough for an agent to call it confidently.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage across five parameters (skip, sort, count, sortDesc, includeCount) and the description mentions none of them. It fails to compensate for pagination/sorting semantics that an agent must know to invoke correctly.

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 clear verb+resource ('List inFlow product groups') and adds what a group contains (ordered options and attached variants). It does not differentiate itself from sibling list tools such as list_products or list_categories, so it stops short of a 5.

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 use this versus alternatives like list_products or get_product_group, and no prerequisites or context. Usage is only implied by the verb 'List'.

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